#A4A152

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

Shades of Husk #A4A152

Tints of Husk #A4A152

Color information

#A4A152 (or 0xA4A152) is unknown color: approx Husk. HEX triplet: A4, A1 and 52. RGB value is (164,161,82). Sum of RGB (Red+Green+Blue) = 164+161+82=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A152 is #5B5EAD. Grayscale: #999999. Windows color (decimal): -5988014 or 5415332. OLE color: 5415332.

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

Color convert

RGB16416182-
CMYK00.020.50.36
HSL57.8º33.33%48.24%-
HSV(B)57.8º50%64.31%-
XYZ29.5833.9912.98-
YUV152.8987.99135.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=40.29%
G=39.56%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641618200.020.50.3657.833.3348.24
HexA4A1520232243a2130
Octal244241122026244724160
Binary10100100101000011010010010110010100100111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A152; }

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

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

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

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

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

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

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

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