#A89C5D

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

Shades of Husk #A89C5D

Tints of Husk #A89C5D

Color information

#A89C5D (or 0xA89C5D) is unknown color: approx Husk. HEX triplet: A8, 9C and 5D. RGB value is (168,156,93). Sum of RGB (Red+Green+Blue) = 168+156+93=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C5D is #5763A2. Grayscale: #989898. Windows color (decimal): -5727139 or 6134952. OLE color: 6134952.

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

Color convert

RGB16815693-
CMYK00.070.450.34
HSL50.4º30.12%51.18%-
HSV(B)50.4º44.64%65.88%-
XYZ30.0132.8915.12-
YUV152.4194.48139.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=40.29%
G=37.41%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681569300.070.450.3450.430.1251.18
HexA89C5D072D22321e33
Octal250234135075542623663
Binary10101000100111001011101011110110110001011001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C5D; }

 p { color: rgb(168,156,93); }

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

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

 a { background-color: rgb(168,156,93); }

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

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

 span { border-color: rgb(168,156,93); }

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