#A6A001

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

Shades of Lucky #A6A001

Tints of Lucky #A6A001

Color information

#A6A001 (or 0xA6A001) is unknown color: approx Lucky. HEX triplet: A6, A0 and 01. RGB value is (166,160,1). Sum of RGB (Red+Green+Blue) = 166+160+1=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A001 is #595FFE. Grayscale: #909090. Windows color (decimal): -5857279 or 106662. OLE color: 106662.

HSL color Cylindrical-coordinate representation of color #A6A001: hue angle of 57.82º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6A001 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1661601-
CMYK00.040.990.35
HSL57.82º98.8%32.75%-
HSV(B)57.82º99.4%65.1%-
XYZ28.333.254.96-
YUV143.6747.49143.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=50.76%
G=48.93%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166160100.040.990.3557.8298.832.75
HexA6A010463233a6321
Octal246240104143437214341
Binary10100110101000001010011000111000111110101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A001; }

 p { color: rgb(166,160,1); }

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

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

 a { background-color: rgb(166,160,1); }

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

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

 span { border-color: rgb(166,160,1); }

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