#AAA30E

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

Shades of Lucky #AAA30E

Tints of Lucky #AAA30E

Color information

#AAA30E (or 0xAAA30E) is unknown color: approx Lucky. HEX triplet: AA, A3 and 0E. RGB value is (170,163,14). Sum of RGB (Red+Green+Blue) = 170+163+14=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA30E is #555CF1. Grayscale: #949494. Windows color (decimal): -5594354 or 959402. OLE color: 959402.

HSL color Cylindrical-coordinate representation of color #AAA30E: hue angle of 57.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAA30E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17016314-
CMYK00.040.920.33
HSL57.31º84.78%36.08%-
HSV(B)57.31º91.76%66.67%-
XYZ29.7534.775.56-
YUV148.1152.32143.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=48.99%
G=46.97%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701631400.040.920.3357.3184.7836.08
HexAAA3E045C21395524
Octal2522431604134417112544
Binary10101010101000111110010010111001000011110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA30E; }

 p { color: rgb(170,163,14); }

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

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

 a { background-color: rgb(170,163,14); }

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

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

 span { border-color: rgb(170,163,14); }

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