Shades of London Hue #A18F9F
Tints of London Hue #A18F9F
RGB
CMYK
RGB Variations
Color information
#A18F9F (or 0xA18F9F) is known color: London Hue. HEX triplet: A1, 8F and 9F. RGB value is (161,143,159). Sum of RGB (Red+Green+Blue) = 161+143+159=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F9F is #5E7060. Grayscale: #969696. Windows color (decimal): -6189153 or 10456993. OLE color: 10456993.
HSL color Cylindrical-coordinate representation of color #A18F9F: hue angle of 306.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18F9F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 159 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.37 |
| HSL | 306.67º | 0.09% | 0.6% | - |
| HSV(B) | 306.67º | 0.11% | 0.63% | - |
| XYZ | 30.78 | 29.73 | 36.92 | - |
| YUV | 150.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 159 | 0 | 0.11 | 0.01 | 0.37 | 306.67 | 0.09 | 0.6 |
| Hex | A1 | 8F | 9F | 0 | B | 1 | 25 | 133 | 9 | 3C |
| Octal | 241 | 217 | 237 | 0 | 13 | 1 | 45 | 463 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10011111 | 0 | 1011 | 1 | 100101 | 100110011 | 1001 | 111100 |
Color Harmonies of #A18F9F
Complementary color
Monochromatic Colors of #A18F9F
Black with #A18F9F
Text Example
Text Example
White with #A18F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F9F; }
p { color: rgb(161,143,159); }
H1.HeaderClassName
{
color: #A18F9F;
}
.AnyTagClassName
{
color: #A18F9F;
}
</style>
background-color css
<style>
a { background-color: #A18F9F; }
a { background-color: rgb(161,143,159); }
div.DivClassName
{
background-color: #A18F9F;
}
.BgClassName
{
background-color: #A18F9F;
}
</style>
border-color css
<style>
span { border-color: #A18F9F; }
span { border-color: rgb(161,143,159); }
td.TdClassName
{
border-color: #A18F9F;
}
.TagClassName
{
border-color: #A18F9F;
}
</style>