#A89549

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

Shades of Husk #A89549

Tints of Husk #A89549

Color information

#A89549 (or 0xA89549) is unknown color: approx Husk. HEX triplet: A8, 95 and 49. RGB value is (168,149,73). Sum of RGB (Red+Green+Blue) = 168+149+73=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A89549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89549 is #576AB6. Grayscale: #929292. Windows color (decimal): -5728951 or 4822440. OLE color: 4822440.

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

Color convert

RGB16814973-
CMYK00.110.570.34
HSL48º39.42%47.25%-
HSV(B)48º56.55%65.88%-
XYZ28.130.310.67-
YUV146.0286.79143.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=43.08%
G=38.21%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681497300.110.570.344839.4247.25
HexA895490B392230272f
Octal2502251110137142604757
Binary1010100010010101100100101011111001100010110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89549; }

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

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

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

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

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

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

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

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