#A2A12D

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

Shades of Lucky #A2A12D

Tints of Lucky #A2A12D

Color information

#A2A12D (or 0xA2A12D) is unknown color: approx Lucky. HEX triplet: A2, A1 and 2D. RGB value is (162,161,45). Sum of RGB (Red+Green+Blue) = 162+161+45=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A12D is #5D5ED2. Grayscale: #949494. Windows color (decimal): -6119123 or 2990498. OLE color: 2990498.

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

Color convert

RGB16216145-
CMYK00.010.720.36
HSL59.49º56.52%40.59%-
HSV(B)59.49º72.22%63.53%-
XYZ28.1233.367.44-
YUV148.0769.83137.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 161 (63.28% from 255) = 43.75%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=44.02%
G=43.75%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621614500.010.720.3659.4956.5240.59
HexA2A12D0148243b3929
Octal242241550111044737151
Binary1010001010100001101101011001000100100111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A12D; }

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

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

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

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

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

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

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

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