#A2A12B

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

Shades of Lucky #A2A12B

Tints of Lucky #A2A12B

Color information

#A2A12B (or 0xA2A12B) is unknown color: approx Lucky. HEX triplet: A2, A1 and 2B. RGB value is (162,161,43). Sum of RGB (Red+Green+Blue) = 162+161+43=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A12B is #5D5ED4. Grayscale: #949494. Windows color (decimal): -6119125 or 2859426. OLE color: 2859426.

HSL color Cylindrical-coordinate representation of color #A2A12B: hue angle of 59.5º degrees, saturation: 0.58, 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 #A2A12B is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16216143-
CMYK00.010.730.36
HSL59.5º58.05%40.2%-
HSV(B)59.5º73.46%63.53%-
XYZ28.0833.357.24-
YUV147.8568.83138.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=44.26%
G=43.99%
B=11.75%

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
Decimal1621614300.010.730.3659.558.0540.2
HexA2A12B0149243b3a28
Octal242241530111144737250
Binary1010001010100001101011011001001100100111011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A12B; }

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

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

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

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

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

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

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

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