#A89F55

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

Shades of Husk #A89F55

Tints of Husk #A89F55

Color information

#A89F55 (or 0xA89F55) is unknown color: approx Husk. HEX triplet: A8, 9F and 55. RGB value is (168,159,85). Sum of RGB (Red+Green+Blue) = 168+159+85=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89F55 is #5760AA. Grayscale: #999999. Windows color (decimal): -5726379 or 5611432. OLE color: 5611432.

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

Color convert

RGB16815985-
CMYK00.050.490.34
HSL53.49º32.81%49.61%-
HSV(B)53.49º49.4%65.88%-
XYZ30.1933.7813.52-
YUV153.2689.48138.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=40.78%
G=38.59%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681598500.050.490.3453.4932.8149.61
HexA89F55053122352132
Octal250237125056142654162
Binary101010001001111110101010101110001100010110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F55; }

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

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

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

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

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

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

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

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