Shades of London Hue #AFA0AD
Tints of London Hue #AFA0AD
RGB
CMYK
RGB Variations
Color information
#AFA0AD (or 0xAFA0AD) is known color: London Hue. HEX triplet: AF, A0 and AD. RGB value is (175,160,173). Sum of RGB (Red+Green+Blue) = 175+160+173=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0AD is #505F52. Grayscale: #A5A5A5. Windows color (decimal): -5267283 or 11378863. OLE color: 11378863.
HSL color Cylindrical-coordinate representation of color #AFA0AD: hue angle of 308º 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 #AFA0AD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 173 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.31 |
| HSL | 308º | 0.09% | 0.66% | - |
| HSV(B) | 308º | 0.09% | 0.69% | - |
| XYZ | 37.79 | 37.27 | 44.74 | - |
| YUV | 165.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 173 | 0 | 0.09 | 0.01 | 0.31 | 308 | 0.09 | 0.66 |
| Hex | AF | A0 | AD | 0 | 9 | 1 | 1F | 134 | 9 | 42 |
| Octal | 257 | 240 | 255 | 0 | 11 | 1 | 37 | 464 | 11 | 102 |
| Binary | 10101111 | 10100000 | 10101101 | 0 | 1001 | 1 | 11111 | 100110100 | 1001 | 1000010 |
Color Harmonies of #AFA0AD
Complementary color
Monochromatic Colors of #AFA0AD
Black with #AFA0AD
Text Example
Text Example
White with #AFA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0AD; }
p { color: rgb(175,160,173); }
H1.HeaderClassName
{
color: #AFA0AD;
}
.AnyTagClassName
{
color: #AFA0AD;
}
</style>
background-color css
<style>
a { background-color: #AFA0AD; }
a { background-color: rgb(175,160,173); }
div.DivClassName
{
background-color: #AFA0AD;
}
.BgClassName
{
background-color: #AFA0AD;
}
</style>
border-color css
<style>
span { border-color: #AFA0AD; }
span { border-color: rgb(175,160,173); }
td.TdClassName
{
border-color: #AFA0AD;
}
.TagClassName
{
border-color: #AFA0AD;
}
</style>