#A89A5F

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

Shades of Husk #A89A5F

Tints of Husk #A89A5F

Color information

#A89A5F (or 0xA89A5F) is unknown color: approx Husk. HEX triplet: A8, 9A and 5F. RGB value is (168,154,95). Sum of RGB (Red+Green+Blue) = 168+154+95=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A5F is #5765A0. Grayscale: #979797. Windows color (decimal): -5727649 or 6265512. OLE color: 6265512.

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

Color convert

RGB16815495-
CMYK00.080.430.34
HSL48.49º29.55%51.57%-
HSV(B)48.49º43.45%65.88%-
XYZ29.7732.2615.48-
YUV151.4696.14139.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=40.29%
G=36.93%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681549500.080.430.3448.4929.5551.57
HexA89A5F082B22301e34
Octal2502321370105342603664
Binary101010001001101010111110100010101110001011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A5F; }

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

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

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

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

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

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

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

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