#A6A225

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

Shades of Lucky #A6A225

Tints of Lucky #A6A225

Color information

#A6A225 (or 0xA6A225) is unknown color: approx Lucky. HEX triplet: A6, A2 and 25. RGB value is (166,162,37). Sum of RGB (Red+Green+Blue) = 166+162+37=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A225 is #595DDA. Grayscale: #959595. Windows color (decimal): -5856731 or 2466470. OLE color: 2466470.

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

Color convert

RGB16616237-
CMYK00.020.780.35
HSL58.14º63.55%39.8%-
HSV(B)58.14º77.71%65.1%-
XYZ28.9834.086.8-
YUV148.9564.83140.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 37 (14.84% from 255) = 10.14%
R=45.48%
G=44.38%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661623700.020.780.3558.1463.5539.8
HexA6A225024E233a4028
Octal2462424502116437210050
Binary101001101010001010010101010011101000111110101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A225; }

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

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

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

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

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

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

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

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