#AA9121

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

Shades of Lucky #AA9121

Tints of Lucky #AA9121

Color information

#AA9121 (or 0xAA9121) is unknown color: approx Lucky. HEX triplet: AA, 91 and 21. RGB value is (170,145,33). Sum of RGB (Red+Green+Blue) = 170+145+33=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9121 is #556EDE. Grayscale: #8C8C8C. Windows color (decimal): -5598943 or 2199978. OLE color: 2199978.

HSL color Cylindrical-coordinate representation of color #AA9121: hue angle of 49.05º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA9121 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17014533-
CMYK00.150.810.33
HSL49.05º67.49%39.8%-
HSV(B)49.05º80.59%66.67%-
XYZ26.9828.915.6-
YUV139.7167.78149.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 33 (13.28% from 255) = 9.48%
R=48.85%
G=41.67%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701453300.150.810.3349.0567.4939.8
HexAA91210F5121314328
Octal25222141017121416110350
Binary10101010100100011000010111110100011000011100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9121; }

 p { color: rgb(170,145,33); }

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

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

 a { background-color: rgb(170,145,33); }

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

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

 span { border-color: rgb(170,145,33); }

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