#a99857

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

Shades of Husk #A99857

Tints of Husk #A99857

Color information

#A99857 (or 0xA99857) is unknown color: approx Husk. HEX triplet: A9, 98 and 57. RGB value is (169,152,87). Sum of RGB (Red+Green+Blue) = 169+152+87=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A99857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99857 is #5667A8. Grayscale: #959595. Windows color (decimal): -5662633 or 5740713. OLE color: 5740713.

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

Color convert

RGB16915287-
CMYK00.100.490.34
HSL47.56º32.28%50.2%-
HSV(B)47.56º48.52%66.27%-
XYZ29.3131.5813.57-
YUV149.6792.63141.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=41.42%
G=37.25%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691528700.100.490.3447.5632.2850.2
HexA998570A3122302032
Octal2512301270126142604062
Binary1010100110011000101011101010110001100010110000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a99857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a99857; }

 p { color: rgb(169,152,87); }

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

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

 a { background-color: rgb(169,152,87); }

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

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

 span { border-color: rgb(169,152,87); }

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