Shades of London Hue #AF96A6
Tints of London Hue #AF96A6
RGB
CMYK
RGB Variations
Color information
#AF96A6 (or 0xAF96A6) is known color: London Hue. HEX triplet: AF, 96 and A6. RGB value is (175,150,166). Sum of RGB (Red+Green+Blue) = 175+150+166=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF96A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF96A6 is #506959. Grayscale: #9F9F9F. Windows color (decimal): -5269850 or 10917551. OLE color: 10917551.
HSL color Cylindrical-coordinate representation of color #AF96A6: hue angle of 321.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF96A6 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 166 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.31 |
| HSL | 321.6º | 0.14% | 0.64% | - |
| HSV(B) | 321.6º | 0.14% | 0.69% | - |
| XYZ | 35.47 | 33.68 | 40.71 | - |
| YUV | 159.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 166 | 0 | 0.14 | 0.05 | 0.31 | 321.6 | 0.14 | 0.64 |
| Hex | AF | 96 | A6 | 0 | E | 5 | 1F | 142 | E | 40 |
| Octal | 257 | 226 | 246 | 0 | 16 | 5 | 37 | 502 | 16 | 100 |
| Binary | 10101111 | 10010110 | 10100110 | 0 | 1110 | 101 | 11111 | 101000010 | 1110 | 1000000 |
Color Harmonies of #AF96A6
Complementary color
Monochromatic Colors of #AF96A6
Black with #AF96A6
Text Example
Text Example
White with #AF96A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96A6; }
p { color: rgb(175,150,166); }
H1.HeaderClassName
{
color: #AF96A6;
}
.AnyTagClassName
{
color: #AF96A6;
}
</style>
background-color css
<style>
a { background-color: #AF96A6; }
a { background-color: rgb(175,150,166); }
div.DivClassName
{
background-color: #AF96A6;
}
.BgClassName
{
background-color: #AF96A6;
}
</style>
border-color css
<style>
span { border-color: #AF96A6; }
span { border-color: rgb(175,150,166); }
td.TdClassName
{
border-color: #AF96A6;
}
.TagClassName
{
border-color: #AF96A6;
}
</style>