#AA9720

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

Shades of Lucky #AA9720

Tints of Lucky #AA9720

Color information

#AA9720 (or 0xAA9720) is unknown color: approx Lucky. HEX triplet: AA, 97 and 20. RGB value is (170,151,32). Sum of RGB (Red+Green+Blue) = 170+151+32=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9720 is #5568DF. Grayscale: #8F8F8F. Windows color (decimal): -5597408 or 2135978. OLE color: 2135978.

HSL color Cylindrical-coordinate representation of color #AA9720: hue angle of 51.74º degrees, saturation: 0.68, 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 #AA9720 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17015132-
CMYK00.110.810.33
HSL51.74º68.32%39.61%-
HSV(B)51.74º81.18%66.67%-
XYZ27.930.785.84-
YUV143.1165.29147.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 32 (12.89% from 255) = 9.07%
R=48.16%
G=42.78%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701513200.110.810.3351.7468.3239.61
HexAA97200B5121344428
Octal25222740013121416410450
Binary10101010100101111000000101110100011000011101001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9720; }

 p { color: rgb(170,151,32); }

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

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

 a { background-color: rgb(170,151,32); }

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

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

 span { border-color: rgb(170,151,32); }

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