Html Css Color HEX #AA99A8 London Hue

📋 copy color: '#AA99A8'

red 170 ◦ green 153 ◦ blue 168

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

Shades of London Hue #AA99A8

Tints of London Hue #AA99A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 34.62%
G = 31.16%
B = 34.22%

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

#AA99A8 (or 0xAA99A8) is known color: London Hue. HEX triplet: AA, 99 and A8. RGB value is (170,153,168). Sum of RGB (Red+Green+Blue) = 170+153+168=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A8 is #556657. Grayscale: #9F9F9F. Windows color (decimal): -5596760 or 11049386. OLE color: 11049386.

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

Color convert

RGB 170 153 168 -
CMYK 0 0.1 0.01 0.33
HSL 307.06º 0.09% 0.63% -
HSV(B) 307.06º 0.1% 0.67% -
XYZ 35.04 34.16 41.79 -
YUV 159.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 170 153 168 0 0.1 0.01 0.33 307.06 0.09 0.63
Hex AA 99 A8 0 A 1 21 133 9 3F
Octal 252 231 250 0 12 1 41 463 11 77
Binary 10101010 10011001 10101000 0 1010 1 100001 100110011 1001 111111

Color Harmonies of #AA99A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99A8

Black with #AA99A8

Text Example


Text Example

White with #AA99A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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