#A1A02A

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

Shades of Lucky #A1A02A

Tints of Lucky #A1A02A

Color information

#A1A02A (or 0xA1A02A) is unknown color: approx Lucky. HEX triplet: A1, A0 and 2A. RGB value is (161,160,42). Sum of RGB (Red+Green+Blue) = 161+160+42=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A02A is #5E5FD5. Grayscale: #939393. Windows color (decimal): -6184918 or 2793633. OLE color: 2793633.

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

Color convert

RGB16116042-
CMYK00.010.740.37
HSL59.5º58.62%39.8%-
HSV(B)59.5º73.91%63.14%-
XYZ27.6932.897.08-
YUV146.8568.83138.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 42 (16.80% from 255) = 11.57%
R=44.35%
G=44.08%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611604200.010.740.3759.558.6239.8
HexA1A02A014A253b3b28
Octal241240520111245737350
Binary1010000110100000101010011001010100101111011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A02A; }

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

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

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

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

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

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

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

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