Html Css Color HEX #AA8E99 Shady Lady

📋 copy color: '#AA8E99'

red 170 ◦ green 142 ◦ blue 153

#AA8E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #AA8E99

Tints of Shady Lady #AA8E99

RGB

 RED value IS 170 (66.8% from 255) = 36.56%

 GREEN value IS 142 (55.86% from 255) = 30.54%

 BLUE value IS 153 (60.16% from 255) = 32.9%

R = 36.56%
G = 30.54%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA8E99 (or 0xAA8E99) is known color: Shady Lady. HEX triplet: AA, 8E and 99. RGB value is (170,142,153). Sum of RGB (Red+Green+Blue) = 170+142+153=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E99 is #557166. Grayscale: #979797. Windows color (decimal): -5599591 or 10063530. OLE color: 10063530.

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

Color convert

RGB 170 142 153 -
CMYK 0 0.16 0.1 0.33
HSL 336.43º 0.14% 0.61% -
HSV(B) 336.43º 0.16% 0.67% -
XYZ 32 30.19 34.28 -
YUV 151.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 170 142 153 0 0.16 0.1 0.33 336.43 0.14 0.61
Hex AA 8E 99 0 10 A 21 150 E 3D
Octal 252 216 231 0 20 12 41 520 16 75
Binary 10101010 10001110 10011001 0 10000 1010 100001 101010000 1110 111101

Color Harmonies of #AA8E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E99

Black with #AA8E99

Text Example


Text Example

White with #AA8E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E99; }

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

 H1.HeaderClassName
 {
   color: #AA8E99;
 }
 .AnyTagClassName
 {
   color: #AA8E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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