#A99D4E

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

Shades of Husk #A99D4E

Tints of Husk #A99D4E

Color information

#A99D4E (or 0xA99D4E) is unknown color: approx Husk. HEX triplet: A9, 9D and 4E. RGB value is (169,157,78). Sum of RGB (Red+Green+Blue) = 169+157+78=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D4E is #5662B1. Grayscale: #979797. Windows color (decimal): -5661362 or 5152169. OLE color: 5152169.

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

Color convert

RGB16915778-
CMYK00.070.540.34
HSL52.09º36.84%48.43%-
HSV(B)52.09º53.85%66.27%-
XYZ29.7933.112.03-
YUV151.5886.48140.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=41.83%
G=38.86%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691577800.070.540.3452.0936.8448.43
HexA99D4E073622342530
Octal251235116076642644560
Binary101010011001110110011100111110110100010110100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D4E; }

 p { color: rgb(169,157,78); }

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

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

 a { background-color: rgb(169,157,78); }

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

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

 span { border-color: rgb(169,157,78); }

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