#A6985C

Color #A6985C Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A6985C

Tints of Husk #A6985C

Color information

#A6985C (or 0xA6985C) is unknown color: approx Husk. HEX triplet: A6, 98 and 5C. RGB value is (166,152,92). Sum of RGB (Red+Green+Blue) = 166+152+92=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6985C is #5967A3. Grayscale: #959595. Windows color (decimal): -5859236 or 6068390. OLE color: 6068390.

HSL color Cylindrical-coordinate representation of color #A6985C: hue angle of 48.65º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6985C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16615292-
CMYK00.080.450.35
HSL48.65º29.37%50.59%-
HSV(B)48.65º44.58%65.1%-
XYZ28.8931.3414.65-
YUV149.3595.64139.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=40.49%
G=37.07%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661529200.080.450.3548.6529.3750.59
HexA6985C082D23311d33
Octal2462301340105543613563
Binary101001101001100010111000100010110110001111000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6985C; }

 p { color: rgb(166,152,92); }

 H1.HeaderClassName
 {
   color: #A6985C;
 }
 .AnyTagClassName
 {
   color: #A6985C;
 }
</style>
background-color css

<style>
 a { background-color: #A6985C; }

 a { background-color: rgb(166,152,92); }

 div.DivClassName
 {
   background-color: #A6985C;
 }
 .BgClassName
 {
   background-color: #A6985C;
 }
</style>
border-color css

<style>
 span { border-color: #A6985C; }

 span { border-color: rgb(166,152,92); }

 td.TdClassName
 {
   border-color: #A6985C;
 }
 .TagClassName
 {
   border-color: #A6985C;
 }
</style>