Html Css Color HEX #AA98AB London Hue

📋 copy color: '#AA98AB'

red 170 ◦ green 152 ◦ blue 171

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

Shades of London Hue #AA98AB

Tints of London Hue #AA98AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 34.48%
G = 30.83%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA98AB (or 0xAA98AB) is known color: London Hue. HEX triplet: AA, 98 and AB. RGB value is (170,152,171). Sum of RGB (Red+Green+Blue) = 170+152+171=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98AB is #556754. Grayscale: #9F9F9F. Windows color (decimal): -5597013 or 11245738. OLE color: 11245738.

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

Color convert

RGB 170 152 171 -
CMYK 0.01 0.11 0 0.33
HSL 296.84º 0.1% 0.63% -
HSV(B) 296.84º 0.11% 0.67% -
XYZ 35.16 33.94 43.23 -
YUV 159.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 170 152 171 0.01 0.11 0 0.33 296.84 0.1 0.63
Hex AA 98 AB 1 B 0 21 129 A 3F
Octal 252 230 253 1 13 0 41 451 12 77
Binary 10101010 10011000 10101011 1 1011 0 100001 100101001 1010 111111

Color Harmonies of #AA98AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98AB

Black with #AA98AB

Text Example


Text Example

White with #AA98AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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