#A6A216

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

Shades of Lucky #A6A216

Tints of Lucky #A6A216

Color information

#A6A216 (or 0xA6A216) is unknown color: approx Lucky. HEX triplet: A6, A2 and 16. RGB value is (166,162,22). Sum of RGB (Red+Green+Blue) = 166+162+22=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A216 is #595DE9. Grayscale: #939393. Windows color (decimal): -5856746 or 1483430. OLE color: 1483430.

HSL color Cylindrical-coordinate representation of color #A6A216: hue angle of 58.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6A216 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16616222-
CMYK00.020.870.35
HSL58.33º76.6%36.86%-
HSV(B)58.33º86.75%65.1%-
XYZ28.7934.015.81-
YUV147.2457.33141.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 22 (8.98% from 255) = 6.29%
R=47.43%
G=46.29%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661622200.020.870.3558.3376.636.86
HexA6A2160257233a4d25
Octal2462422602127437211545
Binary10100110101000101011001010101111000111110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A216; }

 p { color: rgb(166,162,22); }

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

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

 a { background-color: rgb(166,162,22); }

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

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

 span { border-color: rgb(166,162,22); }

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