Html Css Color HEX #AA99A0 Shady Lady

📋 copy color: '#AA99A0'

red 170 ◦ green 153 ◦ blue 160

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

Shades of Shady Lady #AA99A0

Tints of Shady Lady #AA99A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 35.2%
G = 31.68%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA99A0 (or 0xAA99A0) is known color: Shady Lady. HEX triplet: AA, 99 and A0. RGB value is (170,153,160). Sum of RGB (Red+Green+Blue) = 170+153+160=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A0 is #55665F. Grayscale: #9E9E9E. Windows color (decimal): -5596768 or 10525098. OLE color: 10525098.

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

Color convert

RGB 170 153 160 -
CMYK 0 0.1 0.06 0.33
HSL 335.29º 0.09% 0.63% -
HSV(B) 335.29º 0.1% 0.67% -
XYZ 34.31 33.87 37.99 -
YUV 158.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 170 153 160 0 0.1 0.06 0.33 335.29 0.09 0.63
Hex AA 99 A0 0 A 6 21 14F 9 3F
Octal 252 231 240 0 12 6 41 517 11 77
Binary 10101010 10011001 10100000 0 1010 110 100001 101001111 1001 111111

Color Harmonies of #AA99A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99A0

Black with #AA99A0

Text Example


Text Example

White with #AA99A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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