Shades of London Hue #AF9BAE
Tints of London Hue #AF9BAE
RGB
CMYK
RGB Variations
Color information
#AF9BAE (or 0xAF9BAE) is known color: London Hue. HEX triplet: AF, 9B and AE. RGB value is (175,155,174). Sum of RGB (Red+Green+Blue) = 175+155+174=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9BAE is #506451. Grayscale: #A3A3A3. Windows color (decimal): -5268562 or 11443119. OLE color: 11443119.
HSL color Cylindrical-coordinate representation of color #AF9BAE: hue angle of 303º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9BAE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 174 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.31 |
| HSL | 303º | 0.11% | 0.65% | - |
| HSV(B) | 303º | 0.11% | 0.69% | - |
| XYZ | 37.04 | 35.61 | 44.97 | - |
| YUV | 163.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 174 | 0 | 0.11 | 0.01 | 0.31 | 303 | 0.11 | 0.65 |
| Hex | AF | 9B | AE | 0 | B | 1 | 1F | 12F | B | 41 |
| Octal | 257 | 233 | 256 | 0 | 13 | 1 | 37 | 457 | 13 | 101 |
| Binary | 10101111 | 10011011 | 10101110 | 0 | 1011 | 1 | 11111 | 100101111 | 1011 | 1000001 |
Color Harmonies of #AF9BAE
Complementary color
Monochromatic Colors of #AF9BAE
Black with #AF9BAE
Text Example
Text Example
White with #AF9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BAE; }
p { color: rgb(175,155,174); }
H1.HeaderClassName
{
color: #AF9BAE;
}
.AnyTagClassName
{
color: #AF9BAE;
}
</style>
background-color css
<style>
a { background-color: #AF9BAE; }
a { background-color: rgb(175,155,174); }
div.DivClassName
{
background-color: #AF9BAE;
}
.BgClassName
{
background-color: #AF9BAE;
}
</style>
border-color css
<style>
span { border-color: #AF9BAE; }
span { border-color: rgb(175,155,174); }
td.TdClassName
{
border-color: #AF9BAE;
}
.TagClassName
{
border-color: #AF9BAE;
}
</style>