#A89B5E

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

Shades of Husk #A89B5E

Tints of Husk #A89B5E

Color information

#A89B5E (or 0xA89B5E) is unknown color: approx Husk. HEX triplet: A8, 9B and 5E. RGB value is (168,155,94). Sum of RGB (Red+Green+Blue) = 168+155+94=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B5E is #5764A1. Grayscale: #989898. Windows color (decimal): -5727394 or 6200232. OLE color: 6200232.

HSL color Cylindrical-coordinate representation of color #A89B5E: hue angle of 49.46º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A89B5E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16815594-
CMYK00.080.440.34
HSL49.46º29.84%51.37%-
HSV(B)49.46º44.05%65.88%-
XYZ29.8932.5815.3-
YUV151.9395.31139.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=40.29%
G=37.17%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681559400.080.440.3449.4629.8451.37
HexA89B5E082C22311e33
Octal2502331360105442613663
Binary101010001001101110111100100010110010001011000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89B5E; }

 p { color: rgb(168,155,94); }

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

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

 a { background-color: rgb(168,155,94); }

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

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

 span { border-color: rgb(168,155,94); }

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