#A2A12A

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

Shades of Lucky #A2A12A

Tints of Lucky #A2A12A

Color information

#A2A12A (or 0xA2A12A) is unknown color: approx Lucky. HEX triplet: A2, A1 and 2A. RGB value is (162,161,42). Sum of RGB (Red+Green+Blue) = 162+161+42=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A12A is #5D5ED5. Grayscale: #949494. Windows color (decimal): -6119126 or 2793890. OLE color: 2793890.

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

Color convert

RGB16216142-
CMYK00.010.740.36
HSL59.5º58.82%40%-
HSV(B)59.5º74.07%63.53%-
XYZ28.0633.347.15-
YUV147.7368.33138.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 161 (63.28% from 255) = 44.11%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=44.38%
G=44.11%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621614200.010.740.3659.558.8240
HexA2A12A014A243c3b28
Octal242241520111244747350
Binary1010001010100001101010011001010100100111100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A12A; }

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

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

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

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

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

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

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

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