#A6A025

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

Shades of Lucky #A6A025

Tints of Lucky #A6A025

Color information

#A6A025 (or 0xA6A025) is unknown color: approx Lucky. HEX triplet: A6, A0 and 25. RGB value is (166,160,37). Sum of RGB (Red+Green+Blue) = 166+160+37=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A025 is #595FDA. Grayscale: #949494. Windows color (decimal): -5857243 or 2465958. OLE color: 2465958.

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

Color convert

RGB16616037-
CMYK00.040.780.35
HSL57.21º63.55%39.8%-
HSV(B)57.21º77.71%65.1%-
XYZ28.6333.386.68-
YUV147.7765.49141-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 37 (14.84% from 255) = 10.19%
R=45.73%
G=44.08%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661603700.040.780.3557.2163.5539.8
HexA6A025044E23394028
Octal2462404504116437110050
Binary1010011010100000100101010010011101000111110011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A025; }

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

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

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

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

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

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

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

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