Shades of London Hue #AB99AA
Tints of London Hue #AB99AA
RGB
CMYK
RGB Variations
Color information
#AB99AA (or 0xAB99AA) is known color: London Hue. HEX triplet: AB, 99 and AA. RGB value is (171,153,170). Sum of RGB (Red+Green+Blue) = 171+153+170=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99AA is #546655. Grayscale: #A0A0A0. Windows color (decimal): -5531222 or 11180459. OLE color: 11180459.
HSL color Cylindrical-coordinate representation of color #AB99AA: hue angle of 303.33º 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 #AB99AA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 170 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.33 |
| HSL | 303.33º | 0.1% | 0.64% | - |
| HSV(B) | 303.33º | 0.11% | 0.67% | - |
| XYZ | 35.44 | 34.34 | 42.79 | - |
| YUV | 160.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 170 | 0 | 0.11 | 0.01 | 0.33 | 303.33 | 0.1 | 0.64 |
| Hex | AB | 99 | AA | 0 | B | 1 | 21 | 12F | A | 40 |
| Octal | 253 | 231 | 252 | 0 | 13 | 1 | 41 | 457 | 12 | 100 |
| Binary | 10101011 | 10011001 | 10101010 | 0 | 1011 | 1 | 100001 | 100101111 | 1010 | 1000000 |
Color Harmonies of #AB99AA
Complementary color
Monochromatic Colors of #AB99AA
Black with #AB99AA
Text Example
Text Example
White with #AB99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99AA; }
p { color: rgb(171,153,170); }
H1.HeaderClassName
{
color: #AB99AA;
}
.AnyTagClassName
{
color: #AB99AA;
}
</style>
background-color css
<style>
a { background-color: #AB99AA; }
a { background-color: rgb(171,153,170); }
div.DivClassName
{
background-color: #AB99AA;
}
.BgClassName
{
background-color: #AB99AA;
}
</style>
border-color css
<style>
span { border-color: #AB99AA; }
span { border-color: rgb(171,153,170); }
td.TdClassName
{
border-color: #AB99AA;
}
.TagClassName
{
border-color: #AB99AA;
}
</style>