#A2A006

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

Shades of Lucky #A2A006

Tints of Lucky #A2A006

Color information

#A2A006 (or 0xA2A006) is unknown color: approx Lucky. HEX triplet: A2, A0 and 06. RGB value is (162,160,6). Sum of RGB (Red+Green+Blue) = 162+160+6=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A006 is #5D5FF9. Grayscale: #8F8F8F. Windows color (decimal): -6119418 or 434338. OLE color: 434338.

HSL color Cylindrical-coordinate representation of color #A2A006: hue angle of 59.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2A006 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1621606-
CMYK00.010.960.36
HSL59.23º92.86%32.94%-
HSV(B)59.23º96.3%63.53%-
XYZ27.532.845.06-
YUV143.0450.66141.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 160 (62.89% from 255) = 48.78%
BLUE value IS 6 (2.73% from 255) = 1.83%
R=49.39%
G=48.78%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162160600.010.960.3659.2392.8632.94
HexA2A060160243b5d21
Octal242240601140447313541
Binary10100010101000001100111000001001001110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A006; }

 p { color: rgb(162,160,6); }

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

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

 a { background-color: rgb(162,160,6); }

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

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

 span { border-color: rgb(162,160,6); }

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