Html Css Color HEX #AB99A8 London Hue

📋 copy color: '#AB99A8'

red 171 ◦ green 153 ◦ blue 168

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

Shades of London Hue #AB99A8

Tints of London Hue #AB99A8

RGB

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

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

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

R = 34.76%
G = 31.1%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB99A8 (or 0xAB99A8) is known color: London Hue. HEX triplet: AB, 99 and A8. RGB value is (171,153,168). Sum of RGB (Red+Green+Blue) = 171+153+168=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A8 is #546657. Grayscale: #A0A0A0. Windows color (decimal): -5531224 or 11049387. OLE color: 11049387.

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

Color convert

RGB 171 153 168 -
CMYK 0 0.11 0.02 0.33
HSL 310º 0.1% 0.64% -
HSV(B) 310º 0.11% 0.67% -
XYZ 35.25 34.27 41.8 -
YUV 160.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 171 153 168 0 0.11 0.02 0.33 310 0.1 0.64
Hex AB 99 A8 0 B 2 21 136 A 40
Octal 253 231 250 0 13 2 41 466 12 100
Binary 10101011 10011001 10101000 0 1011 10 100001 100110110 1010 1000000

Color Harmonies of #AB99A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99A8

Black with #AB99A8

Text Example


Text Example

White with #AB99A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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