#A6A121

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

Shades of Lucky #A6A121

Tints of Lucky #A6A121

Color information

#A6A121 (or 0xA6A121) is unknown color: approx Lucky. HEX triplet: A6, A1 and 21. RGB value is (166,161,33). Sum of RGB (Red+Green+Blue) = 166+161+33=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A121 is #595EDE. Grayscale: #949494. Windows color (decimal): -5856991 or 2204070. OLE color: 2204070.

HSL color Cylindrical-coordinate representation of color #A6A121: hue angle of 57.74º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6A121 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16616133-
CMYK00.030.800.35
HSL57.74º66.83%39.02%-
HSV(B)57.74º80.12%65.1%-
XYZ28.7533.716.43-
YUV147.963.16140.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 33 (13.28% from 255) = 9.17%
R=46.11%
G=44.72%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661613300.030.800.3557.7466.8339.02
HexA6A1210350233a4327
Octal2462414103120437210347
Binary101001101010000110000101110100001000111110101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A121; }

 p { color: rgb(166,161,33); }

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

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

 a { background-color: rgb(166,161,33); }

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

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

 span { border-color: rgb(166,161,33); }

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