#A99A54

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

Shades of Husk #A99A54

Tints of Husk #A99A54

Color information

#A99A54 (or 0xA99A54) is unknown color: approx Husk. HEX triplet: A9, 9A and 54. RGB value is (169,154,84). Sum of RGB (Red+Green+Blue) = 169+154+84=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A54 is #5665AB. Grayscale: #969696. Windows color (decimal): -5662124 or 5544617. OLE color: 5544617.

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

Color convert

RGB16915484-
CMYK00.090.500.34
HSL49.41º33.6%49.61%-
HSV(B)49.41º50.3%66.27%-
XYZ29.5232.1913.04-
YUV150.590.47141.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=41.52%
G=37.84%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691548400.090.500.3449.4133.649.61
HexA99A54093222312232
Octal2512321240116242614262
Binary1010100110011010101010001001110010100010110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A54; }

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

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

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

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

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

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

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

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