Shades of London Hue #A38F9F
Tints of London Hue #A38F9F
RGB
CMYK
RGB Variations
Color information
#A38F9F (or 0xA38F9F) is known color: London Hue. HEX triplet: A3, 8F and 9F. RGB value is (163,143,159). Sum of RGB (Red+Green+Blue) = 163+143+159=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F9F is #5C7060. Grayscale: #969696. Windows color (decimal): -6058081 or 10456995. OLE color: 10456995.
HSL color Cylindrical-coordinate representation of color #A38F9F: hue angle of 312º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A38F9F is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 159 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.36 |
| HSL | 312º | 0.1% | 0.6% | - |
| HSV(B) | 312º | 0.12% | 0.64% | - |
| XYZ | 31.18 | 29.93 | 36.94 | - |
| YUV | 150.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 159 | 0 | 0.12 | 0.02 | 0.36 | 312 | 0.1 | 0.6 |
| Hex | A3 | 8F | 9F | 0 | C | 2 | 24 | 138 | A | 3C |
| Octal | 243 | 217 | 237 | 0 | 14 | 2 | 44 | 470 | 12 | 74 |
| Binary | 10100011 | 10001111 | 10011111 | 0 | 1100 | 10 | 100100 | 100111000 | 1010 | 111100 |
Color Harmonies of #A38F9F
Complementary color
Monochromatic Colors of #A38F9F
Black with #A38F9F
Text Example
Text Example
White with #A38F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F9F; }
p { color: rgb(163,143,159); }
H1.HeaderClassName
{
color: #A38F9F;
}
.AnyTagClassName
{
color: #A38F9F;
}
</style>
background-color css
<style>
a { background-color: #A38F9F; }
a { background-color: rgb(163,143,159); }
div.DivClassName
{
background-color: #A38F9F;
}
.BgClassName
{
background-color: #A38F9F;
}
</style>
border-color css
<style>
span { border-color: #A38F9F; }
span { border-color: rgb(163,143,159); }
td.TdClassName
{
border-color: #A38F9F;
}
.TagClassName
{
border-color: #A38F9F;
}
</style>