#AA8E9A

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

Shades of Shady Lady #AA8E9A

Tints of Shady Lady #AA8E9A

Color information

#AA8E9A (or 0xAA8E9A) is unknown color: approx Shady Lady. HEX triplet: AA, 8E and 9A. RGB value is (170,142,154). Sum of RGB (Red+Green+Blue) = 170+142+154=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E9A is #557165. Grayscale: #979797. Windows color (decimal): -5599590 or 10129066. OLE color: 10129066.

HSL color Cylindrical-coordinate representation of color #AA8E9A: hue angle of 334.29º 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 #AA8E9A is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170142154-
CMYK00.160.090.33
HSL334.29º14.14%61.18%-
HSV(B)334.29º16.47%66.67%-
XYZ32.0830.2334.71-
YUV151.74129.28141.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=36.48%
G=30.47%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014215400.160.090.33334.2914.1461.18
HexAA8E9A01092114ee3d
Octal25221623202011415161675
Binary10101010100011101001101001000010011000011010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E9A; }

 p { color: rgb(170,142,154); }

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

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

 a { background-color: rgb(170,142,154); }

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

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

 span { border-color: rgb(170,142,154); }

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