#A99E5C

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

Shades of Husk #A99E5C

Tints of Husk #A99E5C

Color information

#A99E5C (or 0xA99E5C) is unknown color: approx Husk. HEX triplet: A9, 9E and 5C. RGB value is (169,158,92). Sum of RGB (Red+Green+Blue) = 169+158+92=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E5C is #5661A3. Grayscale: #9A9A9A. Windows color (decimal): -5661092 or 6069929. OLE color: 6069929.

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

Color convert

RGB16915892-
CMYK00.070.460.34
HSL51.43º30.92%51.18%-
HSV(B)51.43º45.56%66.27%-
XYZ30.5233.6615.01-
YUV153.7693.14138.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=40.33%
G=37.71%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691589200.070.460.3451.4330.9251.18
HexA99E5C072E22331f33
Octal251236134075642633763
Binary10101001100111101011100011110111010001011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E5C; }

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

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

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

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

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

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

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

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