#A6A052

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

Shades of Husk #A6A052

Tints of Husk #A6A052

Color information

#A6A052 (or 0xA6A052) is unknown color: approx Husk. HEX triplet: A6, A0 and 52. RGB value is (166,160,82). Sum of RGB (Red+Green+Blue) = 166+160+82=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A052 is #595FAD. Grayscale: #999999. Windows color (decimal): -5857198 or 5415078. OLE color: 5415078.

HSL color Cylindrical-coordinate representation of color #A6A052: hue angle of 55.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6A052 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16616082-
CMYK00.040.510.35
HSL55.71º33.87%48.63%-
HSV(B)55.71º50.6%65.1%-
XYZ29.8233.8612.95-
YUV152.987.99137.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=40.69%
G=39.22%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661608200.040.510.3555.7133.8748.63
HexA6A052043323382231
Octal246240122046343704261
Binary101001101010000010100100100110011100011111000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A052; }

 p { color: rgb(166,160,82); }

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

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

 a { background-color: rgb(166,160,82); }

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

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

 span { border-color: rgb(166,160,82); }

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