Shades of London Hue #AB9DAB
Tints of London Hue #AB9DAB
RGB
CMYK
RGB Variations
Color information
#AB9DAB (or 0xAB9DAB) is known color: London Hue. HEX triplet: AB, 9D and AB. RGB value is (171,157,171). Sum of RGB (Red+Green+Blue) = 171+157+171=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DAB is #546254. Grayscale: #A2A2A2. Windows color (decimal): -5530197 or 11247019. OLE color: 11247019.
HSL color Cylindrical-coordinate representation of color #AB9DAB: hue angle of 300º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9DAB is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 157 | 171 | - |
CMYK | 0 | 0.08 | 0 | 0.33 |
HSL | 300º | 0.08% | 0.64% | - |
HSV(B) | 300º | 0.08% | 0.67% | - |
XYZ | 36.2 | 35.71 | 43.51 | - |
YUV | 162.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 157 | 171 | 0 | 0.08 | 0 | 0.33 | 300 | 0.08 | 0.64 |
Hex | AB | 9D | AB | 0 | 8 | 0 | 21 | 12C | 8 | 40 |
Octal | 253 | 235 | 253 | 0 | 10 | 0 | 41 | 454 | 10 | 100 |
Binary | 10101011 | 10011101 | 10101011 | 0 | 1000 | 0 | 100001 | 100101100 | 1000 | 1000000 |
Color Harmonies of #AB9DAB
Complementary color
Monochromatic Colors of #AB9DAB
Black with #AB9DAB
Text Example
Text Example
White with #AB9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DAB; }
p { color: rgb(171,157,171); }
H1.HeaderClassName
{
color: #AB9DAB;
}
.AnyTagClassName
{
color: #AB9DAB;
}
</style>
background-color css
<style>
a { background-color: #AB9DAB; }
a { background-color: rgb(171,157,171); }
div.DivClassName
{
background-color: #AB9DAB;
}
.BgClassName
{
background-color: #AB9DAB;
}
</style>
border-color css
<style>
span { border-color: #AB9DAB; }
span { border-color: rgb(171,157,171); }
td.TdClassName
{
border-color: #AB9DAB;
}
.TagClassName
{
border-color: #AB9DAB;
}
</style>