Shades of London Hue #A99BAB
Tints of London Hue #A99BAB
RGB
CMYK
RGB Variations
Color information
#A99BAB (or 0xA99BAB) is known color: London Hue. HEX triplet: A9, 9B and AB. RGB value is (169,155,171). Sum of RGB (Red+Green+Blue) = 169+155+171=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAB is #566454. Grayscale: #A0A0A0. Windows color (decimal): -5661781 or 11246505. OLE color: 11246505.
HSL color Cylindrical-coordinate representation of color #A99BAB: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99BAB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 155 | 171 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.33 |
| HSL | 292.5º | 0.09% | 0.64% | - |
| HSV(B) | 292.5º | 0.09% | 0.67% | - |
| XYZ | 35.43 | 34.82 | 43.38 | - |
| YUV | 161.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 171 | 0.01 | 0.09 | 0 | 0.33 | 292.5 | 0.09 | 0.64 |
| Hex | A9 | 9B | AB | 1 | 9 | 0 | 21 | 124 | 9 | 40 |
| Octal | 251 | 233 | 253 | 1 | 11 | 0 | 41 | 444 | 11 | 100 |
| Binary | 10101001 | 10011011 | 10101011 | 1 | 1001 | 0 | 100001 | 100100100 | 1001 | 1000000 |
Color Harmonies of #A99BAB
Complementary color
Monochromatic Colors of #A99BAB
Black with #A99BAB
Text Example
Text Example
White with #A99BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BAB; }
p { color: rgb(169,155,171); }
H1.HeaderClassName
{
color: #A99BAB;
}
.AnyTagClassName
{
color: #A99BAB;
}
</style>
background-color css
<style>
a { background-color: #A99BAB; }
a { background-color: rgb(169,155,171); }
div.DivClassName
{
background-color: #A99BAB;
}
.BgClassName
{
background-color: #A99BAB;
}
</style>
border-color css
<style>
span { border-color: #A99BAB; }
span { border-color: rgb(169,155,171); }
td.TdClassName
{
border-color: #A99BAB;
}
.TagClassName
{
border-color: #A99BAB;
}
</style>