#A6A131

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

Shades of Lucky #A6A131

Tints of Lucky #A6A131

Color information

#A6A131 (or 0xA6A131) is unknown color: approx Lucky. HEX triplet: A6, A1 and 31. RGB value is (166,161,49). Sum of RGB (Red+Green+Blue) = 166+161+49=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A131 is #595ECE. Grayscale: #969696. Windows color (decimal): -5856975 or 3252646. OLE color: 3252646.

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

Color convert

RGB16616149-
CMYK00.030.700.35
HSL57.44º54.42%42.16%-
HSV(B)57.44º70.48%65.1%-
XYZ29.0333.827.9-
YUV149.7371.16139.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 49 (19.53% from 255) = 13.03%
R=44.15%
G=42.82%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661614900.030.700.3557.4454.4242.16
HexA6A13103462339362a
Octal246241610310643716652
Binary10100110101000011100010111000110100011111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A131; }

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

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

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

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

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

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

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

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