Shades of London Hue #AF9CAE
Tints of London Hue #AF9CAE
RGB
CMYK
RGB Variations
Color information
#AF9CAE (or 0xAF9CAE) is known color: London Hue. HEX triplet: AF, 9C and AE. RGB value is (175,156,174). Sum of RGB (Red+Green+Blue) = 175+156+174=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CAE is #506351. Grayscale: #A3A3A3. Windows color (decimal): -5268306 or 11443375. OLE color: 11443375.
HSL color Cylindrical-coordinate representation of color #AF9CAE: hue angle of 303.16º 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 #AF9CAE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 174 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.31 |
| HSL | 303.16º | 0.11% | 0.65% | - |
| HSV(B) | 303.16º | 0.11% | 0.69% | - |
| XYZ | 37.21 | 35.95 | 45.02 | - |
| YUV | 163.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 174 | 0 | 0.11 | 0.01 | 0.31 | 303.16 | 0.11 | 0.65 |
| Hex | AF | 9C | AE | 0 | B | 1 | 1F | 12F | B | 41 |
| Octal | 257 | 234 | 256 | 0 | 13 | 1 | 37 | 457 | 13 | 101 |
| Binary | 10101111 | 10011100 | 10101110 | 0 | 1011 | 1 | 11111 | 100101111 | 1011 | 1000001 |
Color Harmonies of #AF9CAE
Complementary color
Monochromatic Colors of #AF9CAE
Black with #AF9CAE
Text Example
Text Example
White with #AF9CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CAE; }
p { color: rgb(175,156,174); }
H1.HeaderClassName
{
color: #AF9CAE;
}
.AnyTagClassName
{
color: #AF9CAE;
}
</style>
background-color css
<style>
a { background-color: #AF9CAE; }
a { background-color: rgb(175,156,174); }
div.DivClassName
{
background-color: #AF9CAE;
}
.BgClassName
{
background-color: #AF9CAE;
}
</style>
border-color css
<style>
span { border-color: #AF9CAE; }
span { border-color: rgb(175,156,174); }
td.TdClassName
{
border-color: #AF9CAE;
}
.TagClassName
{
border-color: #AF9CAE;
}
</style>