#AA94A1

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

Shades of Shady Lady #AA94A1

Tints of Shady Lady #AA94A1

Color information

#AA94A1 (or 0xAA94A1) is unknown color: approx Shady Lady. HEX triplet: AA, 94 and A1. RGB value is (170,148,161). Sum of RGB (Red+Green+Blue) = 170+148+161=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA94A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94A1 is #556B5E. Grayscale: #9C9C9C. Windows color (decimal): -5598047 or 10589354. OLE color: 10589354.

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

Color convert

RGB170148161-
CMYK00.130.050.33
HSL324.55º11.46%62.35%-
HSV(B)324.55º12.94%66.67%-
XYZ33.632.338.18-
YUV156.06130.79137.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=35.49%
G=30.90%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014816100.130.050.33324.5511.4662.35
HexAA94A10D521145b3e
Octal2522242410155415051376
Binary101010101001010010100001011011011000011010001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94A1; }

 p { color: rgb(170,148,161); }

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

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

 a { background-color: rgb(170,148,161); }

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

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

 span { border-color: rgb(170,148,161); }

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