#A89C57

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

Shades of Husk #A89C57

Tints of Husk #A89C57

Color information

#A89C57 (or 0xA89C57) is unknown color: approx Husk. HEX triplet: A8, 9C and 57. RGB value is (168,156,87). Sum of RGB (Red+Green+Blue) = 168+156+87=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C57 is #5763A8. Grayscale: #989898. Windows color (decimal): -5727145 or 5741736. OLE color: 5741736.

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

Color convert

RGB16815687-
CMYK00.070.480.34
HSL51.11º31.76%50%-
HSV(B)51.11º48.21%65.88%-
XYZ29.7632.7913.78-
YUV151.7291.48139.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=40.88%
G=37.96%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681568700.070.480.3451.1131.7650
HexA89C57073022332032
Octal250234127076042634062
Binary101010001001110010101110111110000100010110011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C57; }

 p { color: rgb(168,156,87); }

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

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

 a { background-color: rgb(168,156,87); }

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

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

 span { border-color: rgb(168,156,87); }

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