#A99A5A

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

Shades of Husk #A99A5A

Tints of Husk #A99A5A

Color information

#A99A5A (or 0xA99A5A) is unknown color: approx Husk. HEX triplet: A9, 9A and 5A. RGB value is (169,154,90). Sum of RGB (Red+Green+Blue) = 169+154+90=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A5A is #5665A5. Grayscale: #979797. Windows color (decimal): -5662118 or 5937833. OLE color: 5937833.

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

Color convert

RGB16915490-
CMYK00.090.470.34
HSL48.61º31.47%50.78%-
HSV(B)48.61º46.75%66.27%-
XYZ29.7632.2814.34-
YUV151.1993.47140.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=40.92%
G=37.29%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691549000.090.470.3448.6131.4750.78
HexA99A5A092F22311f33
Octal2512321320115742613763
Binary101010011001101010110100100110111110001011000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A5A; }

 p { color: rgb(169,154,90); }

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

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

 a { background-color: rgb(169,154,90); }

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

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

 span { border-color: rgb(169,154,90); }

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