Shades of London Hue #AF9CAC
Tints of London Hue #AF9CAC
RGB
CMYK
RGB Variations
Color information
#AF9CAC (or 0xAF9CAC) is known color: London Hue. HEX triplet: AF, 9C and AC. RGB value is (175,156,172). Sum of RGB (Red+Green+Blue) = 175+156+172=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CAC is #506353. Grayscale: #A3A3A3. Windows color (decimal): -5268308 or 11312303. OLE color: 11312303.
HSL color Cylindrical-coordinate representation of color #AF9CAC: hue angle of 309.47º 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 #AF9CAC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 172 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.31 |
| HSL | 309.47º | 0.11% | 0.65% | - |
| HSV(B) | 309.47º | 0.11% | 0.69% | - |
| XYZ | 37.01 | 35.87 | 44 | - |
| YUV | 163.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 172 | 0 | 0.11 | 0.02 | 0.31 | 309.47 | 0.11 | 0.65 |
| Hex | AF | 9C | AC | 0 | B | 2 | 1F | 135 | B | 41 |
| Octal | 257 | 234 | 254 | 0 | 13 | 2 | 37 | 465 | 13 | 101 |
| Binary | 10101111 | 10011100 | 10101100 | 0 | 1011 | 10 | 11111 | 100110101 | 1011 | 1000001 |
Color Harmonies of #AF9CAC
Complementary color
Monochromatic Colors of #AF9CAC
Black with #AF9CAC
Text Example
Text Example
White with #AF9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CAC; }
p { color: rgb(175,156,172); }
H1.HeaderClassName
{
color: #AF9CAC;
}
.AnyTagClassName
{
color: #AF9CAC;
}
</style>
background-color css
<style>
a { background-color: #AF9CAC; }
a { background-color: rgb(175,156,172); }
div.DivClassName
{
background-color: #AF9CAC;
}
.BgClassName
{
background-color: #AF9CAC;
}
</style>
border-color css
<style>
span { border-color: #AF9CAC; }
span { border-color: rgb(175,156,172); }
td.TdClassName
{
border-color: #AF9CAC;
}
.TagClassName
{
border-color: #AF9CAC;
}
</style>