#A99E15

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

Shades of Lucky #A99E15

Tints of Lucky #A99E15

Color information

#A99E15 (or 0xA99E15) is unknown color: approx Lucky. HEX triplet: A9, 9E and 15. RGB value is (169,158,21). Sum of RGB (Red+Green+Blue) = 169+158+21=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99E15 is #5661EA. Grayscale: #929292. Windows color (decimal): -5661163 or 1416873. OLE color: 1416873.

HSL color Cylindrical-coordinate representation of color #A99E15: hue angle of 55.54º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A99E15 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB16915821-
CMYK00.070.880.34
HSL55.54º77.89%37.25%-
HSV(B)55.54º87.57%66.27%-
XYZ28.7232.945.55-
YUV145.6757.64144.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 21 (8.59% from 255) = 6.03%
R=48.56%
G=45.40%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691582100.070.880.3455.5477.8937.25
HexA99E15075822384e25
Octal2512362507130427011645
Binary101010011001111010101011110110001000101110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E15; }

 p { color: rgb(169,158,21); }

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

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

 a { background-color: rgb(169,158,21); }

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

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

 span { border-color: rgb(169,158,21); }

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