#aa9a00

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

Shades of Lucky #AA9A00

Tints of Lucky #AA9A00

Color information

#AA9A00 (or 0xAA9A00) is unknown color: approx Lucky. HEX triplet: AA, 9A and 00. RGB value is (170,154,0). Sum of RGB (Red+Green+Blue) = 170+154+0=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A00 is #5565FF. Grayscale: #8D8D8D. Windows color (decimal): -5596672 or 39594. OLE color: 39594.

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

Color convert

RGB1701540-
CMYK00.0910.33
HSL54.35º100%33.33%-
HSV(B)54.35º100%66.67%-
XYZ28.1331.664.63-
YUV141.2348.3148.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.47%
G=47.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170154000.0910.3354.3510033.33
HexAA9A0096421366421
Octal2522320011144416614441
Binary101010101001101000100111001001000011101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9a00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9a00; }

 p { color: rgb(170,154,0); }

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

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

 a { background-color: rgb(170,154,0); }

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

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

 span { border-color: rgb(170,154,0); }

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