Shades of London Hue #AA9BAB
Tints of London Hue #AA9BAB
RGB
CMYK
RGB Variations
Color information
#AA9BAB (or 0xAA9BAB) is known color: London Hue. HEX triplet: AA, 9B and AB. RGB value is (170,155,171). Sum of RGB (Red+Green+Blue) = 170+155+171=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAB is #556454. Grayscale: #A1A1A1. Windows color (decimal): -5596245 or 11246506. OLE color: 11246506.
HSL color Cylindrical-coordinate representation of color #AA9BAB: hue angle of 296.25º 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 #AA9BAB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 155 | 171 | - |
CMYK | 0.01 | 0.09 | 0 | 0.33 |
HSL | 296.25º | 0.09% | 0.64% | - |
HSV(B) | 296.25º | 0.09% | 0.67% | - |
XYZ | 35.65 | 34.93 | 43.39 | - |
YUV | 161.31 | 133.47 | 134.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 155 | 171 | 0.01 | 0.09 | 0 | 0.33 | 296.25 | 0.09 | 0.64 |
Hex | AA | 9B | AB | 1 | 9 | 0 | 21 | 128 | 9 | 40 |
Octal | 252 | 233 | 253 | 1 | 11 | 0 | 41 | 450 | 11 | 100 |
Binary | 10101010 | 10011011 | 10101011 | 1 | 1001 | 0 | 100001 | 100101000 | 1001 | 1000000 |
Color Harmonies of #AA9BAB
Complementary color
Monochromatic Colors of #AA9BAB
Black with #AA9BAB
Text Example
Text Example
White with #AA9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BAB; }
p { color: rgb(170,155,171); }
H1.HeaderClassName
{
color: #AA9BAB;
}
.AnyTagClassName
{
color: #AA9BAB;
}
</style>
background-color css
<style>
a { background-color: #AA9BAB; }
a { background-color: rgb(170,155,171); }
div.DivClassName
{
background-color: #AA9BAB;
}
.BgClassName
{
background-color: #AA9BAB;
}
</style>
border-color css
<style>
span { border-color: #AA9BAB; }
span { border-color: rgb(170,155,171); }
td.TdClassName
{
border-color: #AA9BAB;
}
.TagClassName
{
border-color: #AA9BAB;
}
</style>