#A49552

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

Shades of Husk #A49552

Tints of Husk #A49552

Color information

#A49552 (or 0xA49552) is unknown color: approx Husk. HEX triplet: A4, 95 and 52. RGB value is (164,149,82). Sum of RGB (Red+Green+Blue) = 164+149+82=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49552 is #5B6AAD. Grayscale: #929292. Windows color (decimal): -5991086 or 5412260. OLE color: 5412260.

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

Color convert

RGB16414982-
CMYK00.090.50.36
HSL49.02º33.33%48.24%-
HSV(B)49.02º50%64.31%-
XYZ27.583012.32-
YUV145.8591.97140.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=41.52%
G=37.72%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641498200.090.50.3649.0233.3348.24
HexA49552093224312130
Octal2442251220116244614160
Binary1010010010010101101001001001110010100100110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49552; }

 p { color: rgb(164,149,82); }

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

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

 a { background-color: rgb(164,149,82); }

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

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

 span { border-color: rgb(164,149,82); }

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