#A49856

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

Shades of Husk #A49856

Tints of Husk #A49856

Color information

#A49856 (or 0xA49856) is unknown color: approx Husk. HEX triplet: A4, 98 and 56. RGB value is (164,152,86). Sum of RGB (Red+Green+Blue) = 164+152+86=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A49856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49856 is #5B67A9. Grayscale: #949494. Windows color (decimal): -5990314 or 5675172. OLE color: 5675172.

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

Color convert

RGB16415286-
CMYK00.070.480.36
HSL50.77º31.2%49.02%-
HSV(B)50.77º47.56%64.31%-
XYZ28.2231.0213.3-
YUV148.0692.98139.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=40.80%
G=37.81%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641528600.070.480.3650.7731.249.02
HexA49856073024331f31
Octal244230126076044633761
Binary10100100100110001010110011111000010010011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49856; }

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

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

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

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

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

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

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

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