#AAA128

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

Shades of Lucky #AAA128

Tints of Lucky #AAA128

Color information

#AAA128 (or 0xAAA128) is unknown color: approx Lucky. HEX triplet: AA, A1 and 28. RGB value is (170,161,40). Sum of RGB (Red+Green+Blue) = 170+161+40=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA128 is #555ED7. Grayscale: #969696. Windows color (decimal): -5594840 or 2662826. OLE color: 2662826.

HSL color Cylindrical-coordinate representation of color #AAA128: hue angle of 55.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAA128 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17016140-
CMYK00.050.760.33
HSL55.85º61.9%41.18%-
HSV(B)55.85º76.47%66.67%-
XYZ29.7134.197.04-
YUV149.965.98142.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=45.82%
G=43.40%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701614000.050.760.3355.8561.941.18
HexAAA128054C21383e29
Octal252241500511441707651
Binary101010101010000110100001011001100100001111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA128; }

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

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

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

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

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

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

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

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