#A9A052

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

Shades of Husk #A9A052

Tints of Husk #A9A052

Color information

#A9A052 (or 0xA9A052) is unknown color: approx Husk. HEX triplet: A9, A0 and 52. RGB value is (169,160,82). Sum of RGB (Red+Green+Blue) = 169+160+82=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A052 is #565FAD. Grayscale: #9A9A9A. Windows color (decimal): -5660590 or 5415081. OLE color: 5415081.

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

Color convert

RGB16916082-
CMYK00.050.510.34
HSL53.79º34.66%49.22%-
HSV(B)53.79º51.48%66.27%-
XYZ30.4634.1912.98-
YUV153.887.48138.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=41.12%
G=38.93%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691608200.050.510.3453.7934.6649.22
HexA9A052053322362331
Octal251240122056342664361
Binary101010011010000010100100101110011100010110110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A052; }

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

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

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

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

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

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

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

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