#AA9514

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

Shades of Lucky #AA9514

Tints of Lucky #AA9514

Color information

#AA9514 (or 0xAA9514) is unknown color: approx Lucky. HEX triplet: AA, 95 and 14. RGB value is (170,149,20). Sum of RGB (Red+Green+Blue) = 170+149+20=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9514 is #556AEB. Grayscale: #8D8D8D. Windows color (decimal): -5597932 or 1349034. OLE color: 1349034.

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

Color convert

RGB17014920-
CMYK00.120.880.33
HSL51.6º78.95%37.25%-
HSV(B)51.6º88.24%66.67%-
XYZ27.4530.095.02-
YUV140.5759.96148.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 20 (8.20% from 255) = 5.90%
R=50.15%
G=43.95%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701492000.120.880.3351.678.9537.25
HexAA95140C5821344f25
Octal25222524014130416411745
Binary1010101010010101101000110010110001000011101001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9514; }

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

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

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

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

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

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

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

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