#AAA613

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

Shades of Lucky #AAA613

Tints of Lucky #AAA613

Color information

#AAA613 (or 0xAAA613) is unknown color: approx Lucky. HEX triplet: AA, A6 and 13. RGB value is (170,166,19). Sum of RGB (Red+Green+Blue) = 170+166+19=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA613 is #5559EC. Grayscale: #979797. Windows color (decimal): -5593581 or 1287850. OLE color: 1287850.

HSL color Cylindrical-coordinate representation of color #AAA613: hue angle of 58.41º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAA613 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17016619-
CMYK00.020.890.33
HSL58.41º79.89%37.06%-
HSV(B)58.41º88.82%66.67%-
XYZ30.3335.875.94-
YUV150.4453.83141.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 19 (7.81% from 255) = 5.35%
R=47.89%
G=46.76%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701661900.020.890.3358.4179.8937.06
HexAAA6130259213a5025
Octal2522462302131417212045
Binary10101010101001101001101010110011000011110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA613; }

 p { color: rgb(170,166,19); }

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

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

 a { background-color: rgb(170,166,19); }

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

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

 span { border-color: rgb(170,166,19); }

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