#AA98A3

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

Shades of Shady Lady #AA98A3

Tints of Shady Lady #AA98A3

Color information

#AA98A3 (or 0xAA98A3) is unknown color: approx Shady Lady. HEX triplet: AA, 98 and A3. RGB value is (170,152,163). Sum of RGB (Red+Green+Blue) = 170+152+163=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA98A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98A3 is #55675C. Grayscale: #9E9E9E. Windows color (decimal): -5597021 or 10721450. OLE color: 10721450.

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

Color convert

RGB170152163-
CMYK00.110.040.33
HSL323.33º9.57%63.14%-
HSV(B)323.33º10.59%66.67%-
XYZ34.4233.6539.33-
YUV158.64130.46136.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=35.05%
G=31.34%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015216300.110.040.33323.339.5763.14
HexAA98A30B421143a3f
Octal2522302430134415031277
Binary101010101001100010100011010111001000011010000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98A3; }

 p { color: rgb(170,152,163); }

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

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

 a { background-color: rgb(170,152,163); }

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

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

 span { border-color: rgb(170,152,163); }

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