#A49857

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

Shades of Husk #A49857

Tints of Husk #A49857

Color information

#A49857 (or 0xA49857) is unknown color: approx Husk. HEX triplet: A4, 98 and 57. RGB value is (164,152,87). Sum of RGB (Red+Green+Blue) = 164+152+87=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A49857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49857 is #5B67A8. Grayscale: #949494. Windows color (decimal): -5990313 or 5740708. OLE color: 5740708.

HSL color Cylindrical-coordinate representation of color #A49857: hue angle of 50.65º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A49857 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16415287-
CMYK00.070.470.36
HSL50.65º30.68%49.22%-
HSV(B)50.65º46.95%64.31%-
XYZ28.2631.0413.52-
YUV148.1893.48139.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=40.69%
G=37.72%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641528700.070.470.3650.6530.6849.22
HexA49857072F24331f31
Octal244230127075744633761
Binary10100100100110001010111011110111110010011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49857; }

 p { color: rgb(164,152,87); }

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

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

 a { background-color: rgb(164,152,87); }

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

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

 span { border-color: rgb(164,152,87); }

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