Html Css Color HEX #AB98AA London Hue

📋 copy color: '#AB98AA'

red 171 ◦ green 152 ◦ blue 170

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

Shades of London Hue #AB98AA

Tints of London Hue #AB98AA

RGB

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

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

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

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

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

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

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

Color convert

RGB 171 152 170 -
CMYK 0 0.11 0.01 0.33
HSL 303.16º 0.1% 0.63% -
HSV(B) 303.16º 0.11% 0.67% -
XYZ 35.28 34.02 42.74 -
YUV 159.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 171 152 170 0 0.11 0.01 0.33 303.16 0.1 0.63
Hex AB 98 AA 0 B 1 21 12F A 3F
Octal 253 230 252 0 13 1 41 457 12 77
Binary 10101011 10011000 10101010 0 1011 1 100001 100101111 1010 111111

Color Harmonies of #AB98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98AA

Black with #AB98AA

Text Example


Text Example

White with #AB98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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