#A6A228

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

Shades of Lucky #A6A228

Tints of Lucky #A6A228

Color information

#A6A228 (or 0xA6A228) is unknown color: approx Lucky. HEX triplet: A6, A2 and 28. RGB value is (166,162,40). Sum of RGB (Red+Green+Blue) = 166+162+40=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A228 is #595DD7. Grayscale: #959595. Windows color (decimal): -5856728 or 2663078. OLE color: 2663078.

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

Color convert

RGB16616240-
CMYK00.020.760.35
HSL58.1º61.17%40.39%-
HSV(B)58.1º75.9%65.1%-
XYZ29.0334.17.06-
YUV149.2966.33139.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=45.11%
G=44.02%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661624000.020.760.3558.161.1740.39
HexA6A228024C233a3d28
Octal246242500211443727550
Binary10100110101000101010000101001100100011111010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A228; }

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

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

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

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

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

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

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

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