#A6A028

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

Shades of Lucky #A6A028

Tints of Lucky #A6A028

Color information

#A6A028 (or 0xA6A028) is unknown color: approx Lucky. HEX triplet: A6, A0 and 28. RGB value is (166,160,40). Sum of RGB (Red+Green+Blue) = 166+160+40=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A028 is #595FD7. Grayscale: #949494. Windows color (decimal): -5857240 or 2662566. OLE color: 2662566.

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

Color convert

RGB16616040-
CMYK00.040.760.35
HSL57.14º61.17%40.39%-
HSV(B)57.14º75.9%65.1%-
XYZ28.6833.46.94-
YUV148.1166.99140.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 40 (16.02% from 255) = 10.93%
R=45.36%
G=43.72%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661604000.040.760.3557.1461.1740.39
HexA6A028044C23393d28
Octal246240500411443717550
Binary101001101010000010100001001001100100011111001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A028; }

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

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

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

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

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

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

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

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