#A89D49

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

Shades of Husk #A89D49

Tints of Husk #A89D49

Color information

#A89D49 (or 0xA89D49) is unknown color: approx Husk. HEX triplet: A8, 9D and 49. RGB value is (168,157,73). Sum of RGB (Red+Green+Blue) = 168+157+73=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D49 is #5762B6. Grayscale: #979797. Windows color (decimal): -5726903 or 4824488. OLE color: 4824488.

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

Color convert

RGB16815773-
CMYK00.070.570.34
HSL53.05º39.42%47.25%-
HSV(B)53.05º56.55%65.88%-
XYZ29.4132.9211.11-
YUV150.7184.14140.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 157 (61.72% from 255) = 39.45%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=42.21%
G=39.45%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681577300.070.570.3453.0539.4247.25
HexA89D4907392235272f
Octal250235111077142654757
Binary101010001001110110010010111111001100010110101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89D49; }

 p { color: rgb(168,157,73); }

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

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

 a { background-color: rgb(168,157,73); }

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

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

 span { border-color: rgb(168,157,73); }

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