#A89E56

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

Shades of Husk #A89E56

Tints of Husk #A89E56

Color information

#A89E56 (or 0xA89E56) is unknown color: approx Husk. HEX triplet: A8, 9E and 56. RGB value is (168,158,86). Sum of RGB (Red+Green+Blue) = 168+158+86=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E56 is #5761A9. Grayscale: #999999. Windows color (decimal): -5726634 or 5676712. OLE color: 5676712.

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

Color convert

RGB16815886-
CMYK00.060.490.34
HSL52.68º32.28%49.8%-
HSV(B)52.68º48.81%65.88%-
XYZ30.0633.4513.68-
YUV152.7890.31138.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=40.78%
G=38.35%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681588600.060.490.3452.6832.2849.8
HexA89E56063122352032
Octal250236126066142654062
Binary101010001001111010101100110110001100010110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89E56; }

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

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

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

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

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

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

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

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