#A99D55

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

Shades of Husk #A99D55

Tints of Husk #A99D55

Color information

#A99D55 (or 0xA99D55) is unknown color: approx Husk. HEX triplet: A9, 9D and 55. RGB value is (169,157,85). Sum of RGB (Red+Green+Blue) = 169+157+85=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D55 is #5662AA. Grayscale: #989898. Windows color (decimal): -5661355 or 5610921. OLE color: 5610921.

HSL color Cylindrical-coordinate representation of color #A99D55: hue angle of 51.43º degrees, saturation: 0.33, 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 #A99D55 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB16915785-
CMYK00.070.500.34
HSL51.43º33.07%49.8%-
HSV(B)51.43º49.7%66.27%-
XYZ30.0633.213.42-
YUV152.3889.98139.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=41.12%
G=38.20%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691578500.070.500.3451.4333.0749.8
HexA99D55073222332132
Octal251235125076242634162
Binary101010011001110110101010111110010100010110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D55; }

 p { color: rgb(169,157,85); }

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

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

 a { background-color: rgb(169,157,85); }

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

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

 span { border-color: rgb(169,157,85); }

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