#aaa329

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

Shades of Lucky #AAA329

Tints of Lucky #AAA329

Color information

#AAA329 (or 0xAAA329) is unknown color: approx Lucky. HEX triplet: AA, A3 and 29. RGB value is (170,163,41). Sum of RGB (Red+Green+Blue) = 170+163+41=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA329 is #555CD6. Grayscale: #979797. Windows color (decimal): -5594327 or 2728874. OLE color: 2728874.

HSL color Cylindrical-coordinate representation of color #AAA329: hue angle of 56.74º degrees, saturation: 0.61, 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 #AAA329 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17016341-
CMYK00.040.760.33
HSL56.74º61.14%41.37%-
HSV(B)56.74º75.88%66.67%-
XYZ30.0734.97.25-
YUV151.1865.82141.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 41 (16.41% from 255) = 10.96%
R=45.45%
G=43.58%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701634100.040.760.3356.7461.1441.37
HexAAA329044C21393d29
Octal252243510411441717551
Binary101010101010001110100101001001100100001111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa329; }

 p { color: rgb(170,163,41); }

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

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

 a { background-color: rgb(170,163,41); }

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

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

 span { border-color: rgb(170,163,41); }

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