#AA9B15

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

Shades of Lucky #AA9B15

Tints of Lucky #AA9B15

Color information

#AA9B15 (or 0xAA9B15) is unknown color: approx Lucky. HEX triplet: AA, 9B and 15. RGB value is (170,155,21). Sum of RGB (Red+Green+Blue) = 170+155+21=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9B15 is #5564EA. Grayscale: #909090. Windows color (decimal): -5596395 or 1416106. OLE color: 1416106.

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

Color convert

RGB17015521-
CMYK00.090.880.33
HSL53.96º78.01%37.45%-
HSV(B)53.96º87.65%66.67%-
XYZ28.4332.045.4-
YUV144.2158.47146.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 21 (8.59% from 255) = 6.07%
R=49.13%
G=44.80%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701552100.090.880.3353.9678.0137.45
HexAA9B15095821364e25
Octal25223325011130416611645
Binary1010101010011011101010100110110001000011101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B15; }

 p { color: rgb(170,155,21); }

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

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

 a { background-color: rgb(170,155,21); }

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

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

 span { border-color: rgb(170,155,21); }

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