#A2A10E

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

Shades of Lucky #A2A10E

Tints of Lucky #A2A10E

Color information

#A2A10E (or 0xA2A10E) is unknown color: approx Lucky. HEX triplet: A2, A1 and 0E. RGB value is (162,161,14). Sum of RGB (Red+Green+Blue) = 162+161+14=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A10E is #5D5EF1. Grayscale: #919191. Windows color (decimal): -6119154 or 958882. OLE color: 958882.

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

Color convert

RGB16216114-
CMYK00.010.910.36
HSL59.59º84.09%34.51%-
HSV(B)59.59º91.36%63.53%-
XYZ27.7233.25.36-
YUV144.5454.33140.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=48.07%
G=47.77%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621611400.010.910.3659.5984.0934.51
HexA2A1E015B243c5423
Octal2422411601133447412443
Binary101000101010000111100110110111001001111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A10E; }

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

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

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

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

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

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

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

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