#A49C56

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

Shades of Husk #A49C56

Tints of Husk #A49C56

Color information

#A49C56 (or 0xA49C56) is unknown color: approx Husk. HEX triplet: A4, 9C and 56. RGB value is (164,156,86). Sum of RGB (Red+Green+Blue) = 164+156+86=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C56 is #5B63A9. Grayscale: #969696. Windows color (decimal): -5989290 or 5676196. OLE color: 5676196.

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

Color convert

RGB16415686-
CMYK00.050.480.36
HSL53.85º31.2%49.02%-
HSV(B)53.85º47.56%64.31%-
XYZ28.8832.3413.52-
YUV150.4191.65137.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=40.39%
G=38.42%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641568600.050.480.3653.8531.249.02
HexA49C56053024361f31
Octal244234126056044663761
Binary10100100100111001010110010111000010010011011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C56; }

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

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

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

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

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

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

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

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