#A99A5B

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

Shades of Husk #A99A5B

Tints of Husk #A99A5B

Color information

#A99A5B (or 0xA99A5B) is unknown color: approx Husk. HEX triplet: A9, 9A and 5B. RGB value is (169,154,91). Sum of RGB (Red+Green+Blue) = 169+154+91=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A5B is #5665A4. Grayscale: #979797. Windows color (decimal): -5662117 or 6003369. OLE color: 6003369.

HSL color Cylindrical-coordinate representation of color #A99A5B: hue angle of 48.46º 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 #A99A5B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16915491-
CMYK00.090.460.34
HSL48.46º31.2%50.98%-
HSV(B)48.46º46.15%66.27%-
XYZ29.8132.314.56-
YUV151.393.97140.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 154 (60.55% from 255) = 37.20%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=40.82%
G=37.20%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691549100.090.460.3448.4631.250.98
HexA99A5B092E22301f33
Octal2512321330115642603763
Binary101010011001101010110110100110111010001011000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A5B; }

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

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

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

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

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

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

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

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