Shades of London Hue #AF91A6
Tints of London Hue #AF91A6
RGB
CMYK
RGB Variations
Color information
#AF91A6 (or 0xAF91A6) is known color: London Hue. HEX triplet: AF, 91 and A6. RGB value is (175,145,166). Sum of RGB (Red+Green+Blue) = 175+145+166=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF91A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF91A6 is #506E59. Grayscale: #9C9C9C. Windows color (decimal): -5271130 or 10916271. OLE color: 10916271.
HSL color Cylindrical-coordinate representation of color #AF91A6: hue angle of 318º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF91A6 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 166 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.31 |
| HSL | 318º | 0.16% | 0.63% | - |
| HSV(B) | 318º | 0.17% | 0.69% | - |
| XYZ | 34.69 | 32.12 | 40.45 | - |
| YUV | 156.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 166 | 0 | 0.17 | 0.05 | 0.31 | 318 | 0.16 | 0.63 |
| Hex | AF | 91 | A6 | 0 | 11 | 5 | 1F | 13E | 10 | 3F |
| Octal | 257 | 221 | 246 | 0 | 21 | 5 | 37 | 476 | 20 | 77 |
| Binary | 10101111 | 10010001 | 10100110 | 0 | 10001 | 101 | 11111 | 100111110 | 10000 | 111111 |
Color Harmonies of #AF91A6
Complementary color
Monochromatic Colors of #AF91A6
Black with #AF91A6
Text Example
Text Example
White with #AF91A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91A6; }
p { color: rgb(175,145,166); }
H1.HeaderClassName
{
color: #AF91A6;
}
.AnyTagClassName
{
color: #AF91A6;
}
</style>
background-color css
<style>
a { background-color: #AF91A6; }
a { background-color: rgb(175,145,166); }
div.DivClassName
{
background-color: #AF91A6;
}
.BgClassName
{
background-color: #AF91A6;
}
</style>
border-color css
<style>
span { border-color: #AF91A6; }
span { border-color: rgb(175,145,166); }
td.TdClassName
{
border-color: #AF91A6;
}
.TagClassName
{
border-color: #AF91A6;
}
</style>