#AAA51E

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

Shades of Lucky #AAA51E

Tints of Lucky #AAA51E

Color information

#AAA51E (or 0xAAA51E) is unknown color: approx Lucky. HEX triplet: AA, A5 and 1E. RGB value is (170,165,30). Sum of RGB (Red+Green+Blue) = 170+165+30=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA51E is #555AE1. Grayscale: #979797. Windows color (decimal): -5593826 or 2008490. OLE color: 2008490.

HSL color Cylindrical-coordinate representation of color #AAA51E: hue angle of 57.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA51E is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17016530-
CMYK00.030.820.33
HSL57.86º70%39.22%-
HSV(B)57.86º82.35%66.67%-
XYZ30.2735.556.49-
YUV151.159.66141.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 165 (64.84% from 255) = 45.21%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=46.58%
G=45.21%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701653000.030.820.3357.867039.22
HexAAA51E0352213a4627
Octal2522453603122417210647
Binary10101010101001011111001110100101000011110101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA51E; }

 p { color: rgb(170,165,30); }

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

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

 a { background-color: rgb(170,165,30); }

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

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

 span { border-color: rgb(170,165,30); }

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