#A2A02D

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

Shades of Lucky #A2A02D

Tints of Lucky #A2A02D

Color information

#A2A02D (or 0xA2A02D) is unknown color: approx Lucky. HEX triplet: A2, A0 and 2D. RGB value is (162,160,45). Sum of RGB (Red+Green+Blue) = 162+160+45=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A02D is #5D5FD2. Grayscale: #939393. Windows color (decimal): -6119379 or 2990242. OLE color: 2990242.

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

Color convert

RGB16216045-
CMYK00.010.720.36
HSL58.97º56.52%40.59%-
HSV(B)58.97º72.22%63.53%-
XYZ27.9433.017.38-
YUV147.4970.16138.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 45 (17.97% from 255) = 12.26%
R=44.14%
G=43.60%
B=12.26%

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
Decimal1621604500.010.720.3658.9756.5240.59
HexA2A02D0148243b3929
Octal242240550111044737151
Binary1010001010100000101101011001000100100111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A02D; }

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

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

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

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

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

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

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

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