#AAA30F

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

Shades of Lucky #AAA30F

Tints of Lucky #AAA30F

Color information

#AAA30F (or 0xAAA30F) is unknown color: approx Lucky. HEX triplet: AA, A3 and 0F. RGB value is (170,163,15). Sum of RGB (Red+Green+Blue) = 170+163+15=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA30F is #555CF0. Grayscale: #949494. Windows color (decimal): -5594353 or 1024938. OLE color: 1024938.

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

Color convert

RGB17016315-
CMYK00.040.910.33
HSL57.29º83.78%36.27%-
HSV(B)57.29º91.18%66.67%-
XYZ29.7634.775.6-
YUV148.2252.82143.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 163 (64.06% from 255) = 46.84%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=48.85%
G=46.84%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701631500.040.910.3357.2983.7836.27
HexAAA3F045B21395424
Octal2522431704133417112444
Binary10101010101000111111010010110111000011110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA30F; }

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

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

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

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

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

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

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

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