Shades of London Hue #AFA2AD
Tints of London Hue #AFA2AD
RGB
CMYK
RGB Variations
Color information
#AFA2AD (or 0xAFA2AD) is known color: London Hue. HEX triplet: AF, A2 and AD. RGB value is (175,162,173). Sum of RGB (Red+Green+Blue) = 175+162+173=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2AD is #505D52. Grayscale: #A7A7A7. Windows color (decimal): -5266771 or 11379375. OLE color: 11379375.
HSL color Cylindrical-coordinate representation of color #AFA2AD: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFA2AD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 173 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.31 |
| HSL | 309.23º | 0.08% | 0.66% | - |
| HSV(B) | 309.23º | 0.07% | 0.69% | - |
| XYZ | 38.14 | 37.97 | 44.85 | - |
| YUV | 167.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 173 | 0 | 0.07 | 0.01 | 0.31 | 309.23 | 0.08 | 0.66 |
| Hex | AF | A2 | AD | 0 | 7 | 1 | 1F | 135 | 8 | 42 |
| Octal | 257 | 242 | 255 | 0 | 7 | 1 | 37 | 465 | 10 | 102 |
| Binary | 10101111 | 10100010 | 10101101 | 0 | 111 | 1 | 11111 | 100110101 | 1000 | 1000010 |
Color Harmonies of #AFA2AD
Complementary color
Monochromatic Colors of #AFA2AD
Black with #AFA2AD
Text Example
Text Example
White with #AFA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2AD; }
p { color: rgb(175,162,173); }
H1.HeaderClassName
{
color: #AFA2AD;
}
.AnyTagClassName
{
color: #AFA2AD;
}
</style>
background-color css
<style>
a { background-color: #AFA2AD; }
a { background-color: rgb(175,162,173); }
div.DivClassName
{
background-color: #AFA2AD;
}
.BgClassName
{
background-color: #AFA2AD;
}
</style>
border-color css
<style>
span { border-color: #AFA2AD; }
span { border-color: rgb(175,162,173); }
td.TdClassName
{
border-color: #AFA2AD;
}
.TagClassName
{
border-color: #AFA2AD;
}
</style>