Html Css Color HEX #AA99A9 London Hue

📋 copy color: '#AA99A9'

red 170 ◦ green 153 ◦ blue 169

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

Shades of London Hue #AA99A9

Tints of London Hue #AA99A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.35%

R = 34.55%
G = 31.1%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA99A9 (or 0xAA99A9) is known color: London Hue. HEX triplet: AA, 99 and A9. RGB value is (170,153,169). Sum of RGB (Red+Green+Blue) = 170+153+169=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A9 is #556656. Grayscale: #9F9F9F. Windows color (decimal): -5596759 or 11114922. OLE color: 11114922.

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

Color convert

RGB 170 153 169 -
CMYK 0 0.1 0.01 0.33
HSL 303.53º 0.09% 0.63% -
HSV(B) 303.53º 0.1% 0.67% -
XYZ 35.13 34.19 42.28 -
YUV 159.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 170 153 169 0 0.1 0.01 0.33 303.53 0.09 0.63
Hex AA 99 A9 0 A 1 21 130 9 3F
Octal 252 231 251 0 12 1 41 460 11 77
Binary 10101010 10011001 10101001 0 1010 1 100001 100110000 1001 111111

Color Harmonies of #AA99A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99A9

Black with #AA99A9

Text Example


Text Example

White with #AA99A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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