#A49752

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

Shades of Husk #A49752

Tints of Husk #A49752

Color information

#A49752 (or 0xA49752) is unknown color: approx Husk. HEX triplet: A4, 97 and 52. RGB value is (164,151,82). Sum of RGB (Red+Green+Blue) = 164+151+82=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49752 is #5B68AD. Grayscale: #939393. Windows color (decimal): -5990574 or 5412772. OLE color: 5412772.

HSL color Cylindrical-coordinate representation of color #A49752: hue angle of 50.49º 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 #A49752 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB16415182-
CMYK00.080.50.36
HSL50.49º33.33%48.24%-
HSV(B)50.49º50%64.31%-
XYZ27.930.6312.43-
YUV147.0291.31140.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=41.31%
G=38.04%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641518200.080.50.3650.4933.3348.24
HexA49752083224322130
Octal2442271220106244624160
Binary1010010010010111101001001000110010100100110010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49752; }

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

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

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

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

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

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

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

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