#AA8D18

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

Shades of Lucky #AA8D18

Tints of Lucky #AA8D18

Color information

#AA8D18 (or 0xAA8D18) is unknown color: approx Lucky. HEX triplet: AA, 8D and 18. RGB value is (170,141,24). Sum of RGB (Red+Green+Blue) = 170+141+24=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D18 is #5572E7. Grayscale: #888888. Windows color (decimal): -5599976 or 1609130. OLE color: 1609130.

HSL color Cylindrical-coordinate representation of color #AA8D18: hue angle of 48.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA8D18 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17014124-
CMYK00.170.860.33
HSL48.08º75.26%38.04%-
HSV(B)48.08º85.88%66.67%-
XYZ26.2727.664.82-
YUV136.3364.61152.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 24 (9.77% from 255) = 7.16%
R=50.75%
G=42.09%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701412400.170.860.3348.0875.2638.04
HexAA8D180115621304b26
Octal25221530021126416011346
Binary10101010100011011100001000110101101000011100001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D18; }

 p { color: rgb(170,141,24); }

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

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

 a { background-color: rgb(170,141,24); }

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

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

 span { border-color: rgb(170,141,24); }

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