#AA8E12

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

Shades of Lucky #AA8E12

Tints of Lucky #AA8E12

Color information

#AA8E12 (or 0xAA8E12) is unknown color: approx Lucky. HEX triplet: AA, 8E and 12. RGB value is (170,142,18). Sum of RGB (Red+Green+Blue) = 170+142+18=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8E12 is #5571ED. Grayscale: #888888. Windows color (decimal): -5599726 or 1216170. OLE color: 1216170.

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

Color convert

RGB17014218-
CMYK00.160.890.33
HSL48.95º80.85%36.86%-
HSV(B)48.95º89.41%66.67%-
XYZ26.3627.944.58-
YUV136.2461.28152.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 18 (7.42% from 255) = 5.45%
R=51.52%
G=43.03%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701421800.160.890.3348.9580.8536.86
HexAA8E120105921315125
Octal25221622020131416112145
Binary10101010100011101001001000010110011000011100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E12; }

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

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

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

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

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

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

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

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