#AA8B15

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

Shades of Lucky #AA8B15

Tints of Lucky #AA8B15

Color information

#AA8B15 (or 0xAA8B15) is unknown color: approx Lucky. HEX triplet: AA, 8B and 15. RGB value is (170,139,21). Sum of RGB (Red+Green+Blue) = 170+139+21=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8B15 is #5574EA. Grayscale: #878787. Windows color (decimal): -5600491 or 1412010. OLE color: 1412010.

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

Color convert

RGB17013921-
CMYK00.180.880.33
HSL47.52º78.01%37.45%-
HSV(B)47.52º87.65%66.67%-
XYZ25.9527.074.57-
YUV134.8263.77153.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 21 (8.59% from 255) = 6.36%
R=51.52%
G=42.12%
B=6.36%

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
Decimal1701392100.180.880.3347.5278.0137.45
HexAA8B150125821304e25
Octal25221325022130416011645
Binary10101010100010111010101001010110001000011100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B15; }

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

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

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

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

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

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

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

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