#A2A12C

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

Shades of Lucky #A2A12C

Tints of Lucky #A2A12C

Color information

#A2A12C (or 0xA2A12C) is unknown color: approx Lucky. HEX triplet: A2, A1 and 2C. RGB value is (162,161,44). Sum of RGB (Red+Green+Blue) = 162+161+44=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A12C is #5D5ED3. Grayscale: #949494. Windows color (decimal): -6119124 or 2924962. OLE color: 2924962.

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

Color convert

RGB16216144-
CMYK00.010.730.36
HSL59.49º57.28%40.39%-
HSV(B)59.49º72.84%63.53%-
XYZ28.133.357.34-
YUV147.9669.33138.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=44.14%
G=43.87%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621614400.010.730.3659.4957.2840.39
HexA2A12C0149243b3928
Octal242241540111144737150
Binary1010001010100001101100011001001100100111011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A12C; }

 p { color: rgb(162,161,44); }

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

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

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

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

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

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

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