#AA8E15

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

Shades of Lucky #AA8E15

Tints of Lucky #AA8E15

Color information

#AA8E15 (or 0xAA8E15) is unknown color: approx Lucky. HEX triplet: AA, 8E and 15. RGB value is (170,142,21). Sum of RGB (Red+Green+Blue) = 170+142+21=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8E15 is #5571EA. Grayscale: #898989. Windows color (decimal): -5599723 or 1412778. OLE color: 1412778.

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

Color convert

RGB17014221-
CMYK00.160.880.33
HSL48.72º78.01%37.45%-
HSV(B)48.72º87.65%66.67%-
XYZ26.3927.954.71-
YUV136.5862.78151.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=51.05%
G=42.64%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701422100.160.880.3348.7278.0137.45
HexAA8E150105821314e25
Octal25221625020130416111645
Binary10101010100011101010101000010110001000011100011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E15; }

 p { color: rgb(170,142,21); }

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

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

 a { background-color: rgb(170,142,21); }

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

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

 span { border-color: rgb(170,142,21); }

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