Html Css Color HEX #AA98A9 London Hue

📋 copy color: '#AA98A9'

red 170 ◦ green 152 ◦ blue 169

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

Shades of London Hue #AA98A9

Tints of London Hue #AA98A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.96%

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

R = 34.62%
G = 30.96%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA98A9 (or 0xAA98A9) is known color: London Hue. HEX triplet: AA, 98 and A9. RGB value is (170,152,169). Sum of RGB (Red+Green+Blue) = 170+152+169=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AA98A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98A9 is #556756. Grayscale: #9F9F9F. Windows color (decimal): -5597015 or 11114666. OLE color: 11114666.

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

Color convert

RGB 170 152 169 -
CMYK 0 0.11 0.01 0.33
HSL 303.33º 0.1% 0.63% -
HSV(B) 303.33º 0.11% 0.67% -
XYZ 34.97 33.87 42.23 -
YUV 159.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 170 152 169 0 0.11 0.01 0.33 303.33 0.1 0.63
Hex AA 98 A9 0 B 1 21 12F A 3F
Octal 252 230 251 0 13 1 41 457 12 77
Binary 10101010 10011000 10101001 0 1011 1 100001 100101111 1010 111111

Color Harmonies of #AA98A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98A9

Black with #AA98A9

Text Example


Text Example

White with #AA98A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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