#AA9C03

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

Shades of Lucky #AA9C03

Tints of Lucky #AA9C03

Color information

#AA9C03 (or 0xAA9C03) is unknown color: approx Lucky. HEX triplet: AA, 9C and 03. RGB value is (170,156,3). Sum of RGB (Red+Green+Blue) = 170+156+3=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C03 is #5563FC. Grayscale: #8F8F8F. Windows color (decimal): -5596157 or 236714. OLE color: 236714.

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

Color convert

RGB1701563-
CMYK00.080.980.33
HSL54.97º96.53%33.92%-
HSV(B)54.97º98.24%66.67%-
XYZ28.4832.334.83-
YUV142.7449.14147.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=51.67%
G=47.42%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170156300.080.980.3354.9796.5333.92
HexAA9C3086221376122
Octal2522343010142416714142
Binary1010101010011100110100011000101000011101111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C03; }

 p { color: rgb(170,156,3); }

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

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

 a { background-color: rgb(170,156,3); }

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

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

 span { border-color: rgb(170,156,3); }

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