#A89A5E

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

Shades of Husk #A89A5E

Tints of Husk #A89A5E

Color information

#A89A5E (or 0xA89A5E) is unknown color: approx Husk. HEX triplet: A8, 9A and 5E. RGB value is (168,154,94). Sum of RGB (Red+Green+Blue) = 168+154+94=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A5E is #5765A1. Grayscale: #979797. Windows color (decimal): -5727650 or 6199976. OLE color: 6199976.

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

Color convert

RGB16815494-
CMYK00.080.440.34
HSL48.65º29.84%51.37%-
HSV(B)48.65º44.05%65.88%-
XYZ29.7232.2415.25-
YUV151.3595.64139.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=40.38%
G=37.02%
B=22.60%

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
Decimal1681549400.080.440.3448.6529.8451.37
HexA89A5E082C22311e33
Octal2502321360105442613663
Binary101010001001101010111100100010110010001011000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A5E; }

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

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

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

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

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

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

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

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