#A2A224

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

Shades of Lucky #A2A224

Tints of Lucky #A2A224

Color information

#A2A224 (or 0xA2A224) is unknown color: approx Lucky. HEX triplet: A2, A2 and 24. RGB value is (162,162,36). Sum of RGB (Red+Green+Blue) = 162+162+36=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A224 is #5D5DDB. Grayscale: #949494. Windows color (decimal): -6118876 or 2400930. OLE color: 2400930.

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

Color convert

RGB16216236-
CMYK000.780.36
HSL60º63.64%38.82%-
HSV(B)60º77.78%63.53%-
XYZ28.1433.656.68-
YUV147.6465138.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 36 (14.45% from 255) = 10%
R=45%
G=45%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216236000.780.366063.6438.82
HexA2A224004E243c4027
Octal2422424400116447410047
Binary10100010101000101001000010011101001001111001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A224; }

 p { color: rgb(162,162,36); }

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

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

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

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

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

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

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