#AA8C15

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

Shades of Lucky #AA8C15

Tints of Lucky #AA8C15

Color information

#AA8C15 (or 0xAA8C15) is unknown color: approx Lucky. HEX triplet: AA, 8C and 15. RGB value is (170,140,21). Sum of RGB (Red+Green+Blue) = 170+140+21=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C15 is #5573EA. Grayscale: #878787. Windows color (decimal): -5600235 or 1412266. OLE color: 1412266.

HSL color Cylindrical-coordinate representation of color #AA8C15: hue angle of 47.92º 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 #AA8C15 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17014021-
CMYK00.180.880.33
HSL47.92º78.01%37.45%-
HSV(B)47.92º87.65%66.67%-
XYZ26.0927.364.61-
YUV135.463.44152.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 21 (8.59% from 255) = 6.34%
R=51.36%
G=42.30%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701402100.180.880.3347.9278.0137.45
HexAA8C150125821304e25
Octal25221425022130416011645
Binary10101010100011001010101001010110001000011100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C15; }

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

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

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

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

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

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

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

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