#AA9D21

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

Shades of Lucky #AA9D21

Tints of Lucky #AA9D21

Color information

#AA9D21 (or 0xAA9D21) is unknown color: approx Lucky. HEX triplet: AA, 9D and 21. RGB value is (170,157,33). Sum of RGB (Red+Green+Blue) = 170+157+33=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D21 is #5562DE. Grayscale: #939393. Windows color (decimal): -5595871 or 2203050. OLE color: 2203050.

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

Color convert

RGB17015733-
CMYK00.080.810.33
HSL54.31º67.49%39.8%-
HSV(B)54.31º80.59%66.67%-
XYZ28.9132.776.24-
YUV146.7563.81144.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 33 (13.28% from 255) = 9.17%
R=47.22%
G=43.61%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701573300.080.810.3354.3167.4939.8
HexAA9D21085121364328
Octal25223541010121416610350
Binary10101010100111011000010100010100011000011101101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D21; }

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

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

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

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

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

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

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

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