#AA8E14

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

Shades of Lucky #AA8E14

Tints of Lucky #AA8E14

Color information

#AA8E14 (or 0xAA8E14) is unknown color: approx Lucky. HEX triplet: AA, 8E and 14. RGB value is (170,142,20). Sum of RGB (Red+Green+Blue) = 170+142+20=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8E14 is #5571EB. Grayscale: #888888. Windows color (decimal): -5599724 or 1347242. OLE color: 1347242.

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

Color convert

RGB17014220-
CMYK00.160.880.33
HSL48.8º78.95%37.25%-
HSV(B)48.8º88.24%66.67%-
XYZ26.3827.944.67-
YUV136.4662.28151.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=51.20%
G=42.77%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701422000.160.880.3348.878.9537.25
HexAA8E140105821314f25
Octal25221624020130416111745
Binary10101010100011101010001000010110001000011100011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E14; }

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

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

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

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

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

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

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

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