#aaa121

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

Shades of Lucky #AAA121

Tints of Lucky #AAA121

Color information

#AAA121 (or 0xAAA121) is unknown color: approx Lucky. HEX triplet: AA, A1 and 21. RGB value is (170,161,33). Sum of RGB (Red+Green+Blue) = 170+161+33=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA121 is #555EDE. Grayscale: #959595. Windows color (decimal): -5594847 or 2204074. OLE color: 2204074.

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

Color convert

RGB17016133-
CMYK00.050.810.33
HSL56.06º67.49%39.8%-
HSV(B)56.06º80.59%66.67%-
XYZ29.634.156.47-
YUV149.162.48142.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 33 (13.28% from 255) = 9.07%
R=46.70%
G=44.23%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701613300.050.810.3356.0667.4939.8
HexAAA121055121384328
Octal2522414105121417010350
Binary1010101010100001100001010110100011000011110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa121; }

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

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

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

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

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

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

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

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