#A6A128

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

Shades of Lucky #A6A128

Tints of Lucky #A6A128

Color information

#A6A128 (or 0xA6A128) is unknown color: approx Lucky. HEX triplet: A6, A1 and 28. RGB value is (166,161,40). Sum of RGB (Red+Green+Blue) = 166+161+40=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A128 is #595ED7. Grayscale: #959595. Windows color (decimal): -5856984 or 2662822. OLE color: 2662822.

HSL color Cylindrical-coordinate representation of color #A6A128: hue angle of 57.62º 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 #A6A128 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB16616140-
CMYK00.030.760.35
HSL57.62º61.17%40.39%-
HSV(B)57.62º75.9%65.1%-
XYZ28.8533.757-
YUV148.766.66140.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 40 (16.02% from 255) = 10.90%
R=45.23%
G=43.87%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661614000.030.760.3557.6261.1740.39
HexA6A128034C233a3d28
Octal246241500311443727550
Binary10100110101000011010000111001100100011111010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A128; }

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

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

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

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

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

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

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

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