#A89957

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

Shades of Husk #A89957

Tints of Husk #A89957

Color information

#A89957 (or 0xA89957) is unknown color: approx Husk. HEX triplet: A8, 99 and 57. RGB value is (168,153,87). Sum of RGB (Red+Green+Blue) = 168+153+87=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A89957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89957 is #5766A8. Grayscale: #969696. Windows color (decimal): -5727913 or 5740968. OLE color: 5740968.

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

Color convert

RGB16815387-
CMYK00.090.480.34
HSL48.89º31.76%50%-
HSV(B)48.89º48.21%65.88%-
XYZ29.2631.813.61-
YUV149.9692.47140.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=41.18%
G=37.5%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681538700.090.480.3448.8931.7650
HexA89957093022312032
Octal2502311270116042614062
Binary1010100010011001101011101001110000100010110001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89957; }

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

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

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

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

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

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

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

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