#A6994D

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

Shades of Husk #A6994D

Tints of Husk #A6994D

Color information

#A6994D (or 0xA6994D) is unknown color: approx Husk. HEX triplet: A6, 99 and 4D. RGB value is (166,153,77). Sum of RGB (Red+Green+Blue) = 166+153+77=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A6994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6994D is #5966B2. Grayscale: #949494. Windows color (decimal): -5858995 or 5085606. OLE color: 5085606.

HSL color Cylindrical-coordinate representation of color #A6994D: hue angle of 51.24º 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 #A6994D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16615377-
CMYK00.080.540.35
HSL51.24º36.63%47.65%-
HSV(B)51.24º53.61%65.1%-
XYZ28.4631.4311.59-
YUV148.2287.81140.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=41.92%
G=38.64%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661537700.080.540.3551.2436.6347.65
HexA6994D083623332530
Octal2462311150106643634560
Binary1010011010011001100110101000110110100011110011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6994D; }

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

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

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

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

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

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

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

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