#A89A56

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

Shades of Husk #A89A56

Tints of Husk #A89A56

Color information

#A89A56 (or 0xA89A56) is unknown color: approx Husk. HEX triplet: A8, 9A and 56. RGB value is (168,154,86). Sum of RGB (Red+Green+Blue) = 168+154+86=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A56 is #5765A9. Grayscale: #969696. Windows color (decimal): -5727658 or 5675688. OLE color: 5675688.

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

Color convert

RGB16815486-
CMYK00.080.490.34
HSL49.76º32.28%49.8%-
HSV(B)49.76º48.81%65.88%-
XYZ29.3832.1113.45-
YUV150.4391.64140.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=41.18%
G=37.75%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681548600.080.490.3449.7632.2849.8
HexA89A56083122322032
Octal2502321260106142624062
Binary1010100010011010101011001000110001100010110010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A56; }

 p { color: rgb(168,154,86); }

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

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

 a { background-color: rgb(168,154,86); }

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

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

 span { border-color: rgb(168,154,86); }

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