#A6A512

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

Shades of Lucky #A6A512

Tints of Lucky #A6A512

Color information

#A6A512 (or 0xA6A512) is unknown color: approx Lucky. HEX triplet: A6, A5 and 12. RGB value is (166,165,18). Sum of RGB (Red+Green+Blue) = 166+165+18=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A512 is #595AED. Grayscale: #959595. Windows color (decimal): -5855982 or 1222054. OLE color: 1222054.

HSL color Cylindrical-coordinate representation of color #A6A512: hue angle of 59.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6A512 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16616518-
CMYK00.010.890.35
HSL59.59º80.43%36.08%-
HSV(B)59.59º89.16%65.1%-
XYZ29.2935.065.8-
YUV148.5454.33140.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 18 (7.42% from 255) = 5.16%
R=47.56%
G=47.28%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661651800.010.890.3559.5980.4336.08
HexA6A5120159233c5024
Octal2462452201131437412044
Binary1010011010100101100100110110011000111111001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A512; }

 p { color: rgb(166,165,18); }

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

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

 a { background-color: rgb(166,165,18); }

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

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

 span { border-color: rgb(166,165,18); }

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