Shades of London Hue #AF9DAC
Tints of London Hue #AF9DAC
RGB
CMYK
RGB Variations
Color information
#AF9DAC (or 0xAF9DAC) is known color: London Hue. HEX triplet: AF, 9D and AC. RGB value is (175,157,172). Sum of RGB (Red+Green+Blue) = 175+157+172=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DAC is #506253. Grayscale: #A4A4A4. Windows color (decimal): -5268052 or 11312559. OLE color: 11312559.
HSL color Cylindrical-coordinate representation of color #AF9DAC: hue angle of 310º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9DAC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 172 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.31 |
| HSL | 310º | 0.1% | 0.65% | - |
| HSV(B) | 310º | 0.1% | 0.69% | - |
| XYZ | 37.18 | 36.21 | 44.06 | - |
| YUV | 164.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 172 | 0 | 0.10 | 0.02 | 0.31 | 310 | 0.1 | 0.65 |
| Hex | AF | 9D | AC | 0 | A | 2 | 1F | 136 | A | 41 |
| Octal | 257 | 235 | 254 | 0 | 12 | 2 | 37 | 466 | 12 | 101 |
| Binary | 10101111 | 10011101 | 10101100 | 0 | 1010 | 10 | 11111 | 100110110 | 1010 | 1000001 |
Color Harmonies of #AF9DAC
Complementary color
Monochromatic Colors of #AF9DAC
Black with #AF9DAC
Text Example
Text Example
White with #AF9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DAC; }
p { color: rgb(175,157,172); }
H1.HeaderClassName
{
color: #AF9DAC;
}
.AnyTagClassName
{
color: #AF9DAC;
}
</style>
background-color css
<style>
a { background-color: #AF9DAC; }
a { background-color: rgb(175,157,172); }
div.DivClassName
{
background-color: #AF9DAC;
}
.BgClassName
{
background-color: #AF9DAC;
}
</style>
border-color css
<style>
span { border-color: #AF9DAC; }
span { border-color: rgb(175,157,172); }
td.TdClassName
{
border-color: #AF9DAC;
}
.TagClassName
{
border-color: #AF9DAC;
}
</style>