Shades of London Hue #AFA0AB
Tints of London Hue #AFA0AB
RGB
CMYK
RGB Variations
Color information
#AFA0AB (or 0xAFA0AB) is known color: London Hue. HEX triplet: AF, A0 and AB. RGB value is (175,160,171). Sum of RGB (Red+Green+Blue) = 175+160+171=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0AB is #505F54. Grayscale: #A5A5A5. Windows color (decimal): -5267285 or 11247791. OLE color: 11247791.
HSL color Cylindrical-coordinate representation of color #AFA0AB: hue angle of 316º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA0AB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 171 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.31 |
| HSL | 316º | 0.09% | 0.66% | - |
| HSV(B) | 316º | 0.09% | 0.69% | - |
| XYZ | 37.6 | 37.2 | 43.73 | - |
| YUV | 165.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 171 | 0 | 0.09 | 0.02 | 0.31 | 316 | 0.09 | 0.66 |
| Hex | AF | A0 | AB | 0 | 9 | 2 | 1F | 13C | 9 | 42 |
| Octal | 257 | 240 | 253 | 0 | 11 | 2 | 37 | 474 | 11 | 102 |
| Binary | 10101111 | 10100000 | 10101011 | 0 | 1001 | 10 | 11111 | 100111100 | 1001 | 1000010 |
Color Harmonies of #AFA0AB
Complementary color
Monochromatic Colors of #AFA0AB
Black with #AFA0AB
Text Example
Text Example
White with #AFA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0AB; }
p { color: rgb(175,160,171); }
H1.HeaderClassName
{
color: #AFA0AB;
}
.AnyTagClassName
{
color: #AFA0AB;
}
</style>
background-color css
<style>
a { background-color: #AFA0AB; }
a { background-color: rgb(175,160,171); }
div.DivClassName
{
background-color: #AFA0AB;
}
.BgClassName
{
background-color: #AFA0AB;
}
</style>
border-color css
<style>
span { border-color: #AFA0AB; }
span { border-color: rgb(175,160,171); }
td.TdClassName
{
border-color: #AFA0AB;
}
.TagClassName
{
border-color: #AFA0AB;
}
</style>