#A4954E

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

Shades of Husk #A4954E

Tints of Husk #A4954E

Color information

#A4954E (or 0xA4954E) is unknown color: approx Husk. HEX triplet: A4, 95 and 4E. RGB value is (164,149,78). Sum of RGB (Red+Green+Blue) = 164+149+78=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4954E is #5B6AB1. Grayscale: #919191. Windows color (decimal): -5991090 or 5150116. OLE color: 5150116.

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

Color convert

RGB16414978-
CMYK00.090.520.36
HSL49.53º35.54%47.45%-
HSV(B)49.53º52.44%64.31%-
XYZ27.4329.9411.54-
YUV145.3989.97141.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=41.94%
G=38.11%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641497800.090.520.3649.5335.5447.45
HexA4954E09342432242f
Octal2442251160116444624457
Binary1010010010010101100111001001110100100100110010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4954E; }

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

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

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

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

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

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

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

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