#AA8F12

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

Shades of Lucky #AA8F12

Tints of Lucky #AA8F12

Color information

#AA8F12 (or 0xAA8F12) is unknown color: approx Lucky. HEX triplet: AA, 8F and 12. RGB value is (170,143,18). Sum of RGB (Red+Green+Blue) = 170+143+18=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F12 is #5570ED. Grayscale: #898989. Windows color (decimal): -5599470 or 1216426. OLE color: 1216426.

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

Color convert

RGB17014318-
CMYK00.160.890.33
HSL49.34º80.85%36.86%-
HSV(B)49.34º89.41%66.67%-
XYZ26.5128.234.62-
YUV136.8260.95151.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 143 (56.25% from 255) = 43.20%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=51.36%
G=43.20%
B=5.44%

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
Decimal1701431800.160.890.3349.3480.8536.86
HexAA8F120105921315125
Octal25221722020131416112145
Binary10101010100011111001001000010110011000011100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F12; }

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

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

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

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

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

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

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

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