#AA9D29

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

Shades of Lucky #AA9D29

Tints of Lucky #AA9D29

Color information

#AA9D29 (or 0xAA9D29) is unknown color: approx Lucky. HEX triplet: AA, 9D and 29. RGB value is (170,157,41). Sum of RGB (Red+Green+Blue) = 170+157+41=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D29 is #5562D6. Grayscale: #949494. Windows color (decimal): -5595863 or 2727338. OLE color: 2727338.

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

Color convert

RGB17015741-
CMYK00.080.760.33
HSL53.95º61.14%41.37%-
HSV(B)53.95º75.88%66.67%-
XYZ29.0332.826.9-
YUV147.6667.81143.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 41 (16.41% from 255) = 11.14%
R=46.20%
G=42.66%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701574100.080.760.3353.9561.1441.37
HexAA9D29084C21363d29
Octal2522355101011441667551
Binary1010101010011101101001010001001100100001110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D29; }

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

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

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

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

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

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

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

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