#A4955A

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

Shades of Husk #A4955A

Tints of Husk #A4955A

Color information

#A4955A (or 0xA4955A) is unknown color: approx Husk. HEX triplet: A4, 95 and 5A. RGB value is (164,149,90). Sum of RGB (Red+Green+Blue) = 164+149+90=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955A is #5B6AA5. Grayscale: #939393. Windows color (decimal): -5991078 or 5936548. OLE color: 5936548.

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

Color convert

RGB16414990-
CMYK00.090.450.36
HSL47.84º29.13%49.8%-
HSV(B)47.84º45.12%64.31%-
XYZ27.930.1314.02-
YUV146.7695.97140.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=40.69%
G=36.97%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641499000.090.450.3647.8429.1349.8
HexA4955A092D24301d32
Octal2442251320115544603562
Binary101001001001010110110100100110110110010011000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4955A; }

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

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

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

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

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

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

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

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