#A6A031

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

Shades of Lucky #A6A031

Tints of Lucky #A6A031

Color information

#A6A031 (or 0xA6A031) is unknown color: approx Lucky. HEX triplet: A6, A0 and 31. RGB value is (166,160,49). Sum of RGB (Red+Green+Blue) = 166+160+49=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A031 is #595FCE. Grayscale: #959595. Windows color (decimal): -5857231 or 3252390. OLE color: 3252390.

HSL color Cylindrical-coordinate representation of color #A6A031: hue angle of 56.92º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6A031 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16616049-
CMYK00.040.700.35
HSL56.92º54.42%42.16%-
HSV(B)56.92º70.48%65.1%-
XYZ28.8533.477.85-
YUV149.1471.49140.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 49 (19.53% from 255) = 13.07%
R=44.27%
G=42.67%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661604900.040.700.3556.9254.4242.16
HexA6A03104462339362a
Octal246240610410643716652
Binary101001101010000011000101001000110100011111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A031; }

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

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

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

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

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

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

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

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