Shades of London Hue #AF90AA
Tints of London Hue #AF90AA
RGB
CMYK
RGB Variations
Color information
#AF90AA (or 0xAF90AA) is known color: London Hue. HEX triplet: AF, 90 and AA. RGB value is (175,144,170). Sum of RGB (Red+Green+Blue) = 175+144+170=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AA is #506F55. Grayscale: #9C9C9C. Windows color (decimal): -5271382 or 11178159. OLE color: 11178159.
HSL color Cylindrical-coordinate representation of color #AF90AA: hue angle of 309.68º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF90AA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 170 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.31 |
| HSL | 309.68º | 0.16% | 0.63% | - |
| HSV(B) | 309.68º | 0.18% | 0.69% | - |
| XYZ | 34.91 | 31.96 | 42.36 | - |
| YUV | 156.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 170 | 0 | 0.18 | 0.03 | 0.31 | 309.68 | 0.16 | 0.63 |
| Hex | AF | 90 | AA | 0 | 12 | 3 | 1F | 136 | 10 | 3F |
| Octal | 257 | 220 | 252 | 0 | 22 | 3 | 37 | 466 | 20 | 77 |
| Binary | 10101111 | 10010000 | 10101010 | 0 | 10010 | 11 | 11111 | 100110110 | 10000 | 111111 |
Color Harmonies of #AF90AA
Complementary color
Monochromatic Colors of #AF90AA
Black with #AF90AA
Text Example
Text Example
White with #AF90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90AA; }
p { color: rgb(175,144,170); }
H1.HeaderClassName
{
color: #AF90AA;
}
.AnyTagClassName
{
color: #AF90AA;
}
</style>
background-color css
<style>
a { background-color: #AF90AA; }
a { background-color: rgb(175,144,170); }
div.DivClassName
{
background-color: #AF90AA;
}
.BgClassName
{
background-color: #AF90AA;
}
</style>
border-color css
<style>
span { border-color: #AF90AA; }
span { border-color: rgb(175,144,170); }
td.TdClassName
{
border-color: #AF90AA;
}
.TagClassName
{
border-color: #AF90AA;
}
</style>