#A99E49

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

Shades of Husk #A99E49

Tints of Husk #A99E49

Color information

#A99E49 (or 0xA99E49) is unknown color: approx Husk. HEX triplet: A9, 9E and 49. RGB value is (169,158,73). Sum of RGB (Red+Green+Blue) = 169+158+73=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E49 is #5661B6. Grayscale: #979797. Windows color (decimal): -5661111 or 4824745. OLE color: 4824745.

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

Color convert

RGB16915873-
CMYK00.070.570.34
HSL53.12º39.67%47.45%-
HSV(B)53.12º56.8%66.27%-
XYZ29.7933.3711.17-
YUV151.683.64140.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 158 (62.11% from 255) = 39.5%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=42.25%
G=39.5%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691587300.070.570.3453.1239.6747.45
HexA99E4907392235282f
Octal251236111077142655057
Binary101010011001111010010010111111001100010110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E49; }

 p { color: rgb(169,158,73); }

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

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

 a { background-color: rgb(169,158,73); }

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

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

 span { border-color: rgb(169,158,73); }

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