#A2A625

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

Shades of Lucky #A2A625

Tints of Lucky #A2A625

Color information

#A2A625 (or 0xA2A625) is unknown color: approx Lucky. HEX triplet: A2, A6 and 25. RGB value is (162,166,37). Sum of RGB (Red+Green+Blue) = 162+166+37=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A625 is #5D59DA. Grayscale: #969696. Windows color (decimal): -6117851 or 2467490. OLE color: 2467490.

HSL color Cylindrical-coordinate representation of color #A2A625: hue angle of 61.86º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2A625 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB16216637-
CMYK0.0200.780.35
HSL61.86º63.55%39.8%-
HSV(B)61.86º77.71%65.1%-
XYZ28.8735.097-
YUV150.164.17136.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 37 (14.84% from 255) = 10.14%
R=44.38%
G=45.48%
B=10.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162166370.0200.780.3561.8663.5539.8
HexA2A625204E233e4028
Octal2422464520116437610050
Binary101000101010011010010110010011101000111111101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A625; }

 p { color: rgb(162,166,37); }

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

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

 a { background-color: rgb(162,166,37); }

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

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

 span { border-color: rgb(162,166,37); }

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