#AA8F99

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

Shades of Shady Lady #AA8F99

Tints of Shady Lady #AA8F99

Color information

#AA8F99 (or 0xAA8F99) is unknown color: approx Shady Lady. HEX triplet: AA, 8F and 99. RGB value is (170,143,153). Sum of RGB (Red+Green+Blue) = 170+143+153=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F99 is #557066. Grayscale: #989898. Windows color (decimal): -5599335 or 10063786. OLE color: 10063786.

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

Color convert

RGB170143153-
CMYK00.160.10.33
HSL337.78º13.71%61.37%-
HSV(B)337.78º15.88%66.67%-
XYZ32.1530.4934.33-
YUV152.21128.45140.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=36.48%
G=30.69%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014315300.160.10.33337.7813.7161.37
HexAA8F99010A21152e3d
Octal25221723102012415221675
Binary10101010100011111001100101000010101000011010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F99; }

 p { color: rgb(170,143,153); }

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

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

 a { background-color: rgb(170,143,153); }

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

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

 span { border-color: rgb(170,143,153); }

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