#A49C54

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

Shades of Husk #A49C54

Tints of Husk #A49C54

Color information

#A49C54 (or 0xA49C54) is unknown color: approx Husk. HEX triplet: A4, 9C and 54. RGB value is (164,156,84). Sum of RGB (Red+Green+Blue) = 164+156+84=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C54 is #5B63AB. Grayscale: #969696. Windows color (decimal): -5989292 or 5545124. OLE color: 5545124.

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

Color convert

RGB16415684-
CMYK00.050.490.36
HSL54º32.26%48.63%-
HSV(B)54º48.78%64.31%-
XYZ28.832.3113.11-
YUV150.1890.65137.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 156 (61.33% from 255) = 38.61%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=40.59%
G=38.61%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641568400.050.490.365432.2648.63
HexA49C54053124362031
Octal244234124056144664061
Binary101001001001110010101000101110001100100110110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C54; }

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

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

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

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

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

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

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

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