#A6974D

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

Shades of Husk #A6974D

Tints of Husk #A6974D

Color information

#A6974D (or 0xA6974D) is unknown color: approx Husk. HEX triplet: A6, 97 and 4D. RGB value is (166,151,77). Sum of RGB (Red+Green+Blue) = 166+151+77=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6974D is #5968B2. Grayscale: #939393. Windows color (decimal): -5859507 or 5085094. OLE color: 5085094.

HSL color Cylindrical-coordinate representation of color #A6974D: hue angle of 49.89º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6974D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16615177-
CMYK00.090.540.35
HSL49.89º36.63%47.65%-
HSV(B)49.89º53.61%65.1%-
XYZ28.1330.7811.48-
YUV147.0588.47141.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=42.13%
G=38.32%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661517700.090.540.3549.8936.6347.65
HexA6974D093623322530
Octal2462271150116643624560
Binary1010011010010111100110101001110110100011110010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6974D; }

 p { color: rgb(166,151,77); }

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

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

 a { background-color: rgb(166,151,77); }

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

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

 span { border-color: rgb(166,151,77); }

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