Html Css Color HEX #AB99AC London Hue

📋 copy color: '#AB99AC'

red 171 ◦ green 153 ◦ blue 172

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

Shades of London Hue #AB99AC

Tints of London Hue #AB99AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 34.48%
G = 30.85%
B = 34.68%

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

#AB99AC (or 0xAB99AC) is known color: London Hue. HEX triplet: AB, 99 and AC. RGB value is (171,153,172). Sum of RGB (Red+Green+Blue) = 171+153+172=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99AC is #546653. Grayscale: #A0A0A0. Windows color (decimal): -5531220 or 11311531. OLE color: 11311531.

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

Color convert

RGB 171 153 172 -
CMYK 0.01 0.11 0 0.33
HSL 296.84º 0.1% 0.64% -
HSV(B) 296.84º 0.11% 0.67% -
XYZ 35.63 34.42 43.8 -
YUV 160.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 171 153 172 0.01 0.11 0 0.33 296.84 0.1 0.64
Hex AB 99 AC 1 B 0 21 129 A 40
Octal 253 231 254 1 13 0 41 451 12 100
Binary 10101011 10011001 10101100 1 1011 0 100001 100101001 1010 1000000

Color Harmonies of #AB99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99AC

Black with #AB99AC

Text Example


Text Example

White with #AB99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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