#A99E4C

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

Shades of Husk #A99E4C

Tints of Husk #A99E4C

Color information

#A99E4C (or 0xA99E4C) is unknown color: approx Husk. HEX triplet: A9, 9E and 4C. RGB value is (169,158,76). Sum of RGB (Red+Green+Blue) = 169+158+76=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E4C is #5661B3. Grayscale: #989898. Windows color (decimal): -5661108 or 5021353. OLE color: 5021353.

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

Color convert

RGB16915876-
CMYK00.070.550.34
HSL52.9º37.96%48.04%-
HSV(B)52.9º55.03%66.27%-
XYZ29.8933.4111.71-
YUV151.9485.14140.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 158 (62.11% from 255) = 39.21%
BLUE value IS 76 (30.08% from 255) = 18.86%
R=41.94%
G=39.21%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691587600.070.550.3452.937.9648.04
HexA99E4C073722352630
Octal251236114076742654660
Binary101010011001111010011000111110111100010110101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E4C; }

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

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

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

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

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

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

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

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