#A89E55

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

Shades of Husk #A89E55

Tints of Husk #A89E55

Color information

#A89E55 (or 0xA89E55) is unknown color: approx Husk. HEX triplet: A8, 9E and 55. RGB value is (168,158,85). Sum of RGB (Red+Green+Blue) = 168+158+85=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E55 is #5761AA. Grayscale: #989898. Windows color (decimal): -5726635 or 5611176. OLE color: 5611176.

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

Color convert

RGB16815885-
CMYK00.060.490.34
HSL52.77º32.81%49.61%-
HSV(B)52.77º49.4%65.88%-
XYZ30.0233.4313.47-
YUV152.6789.81138.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=40.88%
G=38.44%
B=20.68%

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
Decimal1681588500.060.490.3452.7732.8149.61
HexA89E55063122352132
Octal250236125066142654162
Binary101010001001111010101010110110001100010110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89E55; }

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

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

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

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

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

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

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

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