Shades of London Hue #A39BA1
Tints of London Hue #A39BA1
RGB
CMYK
RGB Variations
Color information
#A39BA1 (or 0xA39BA1) is known color: London Hue. HEX triplet: A3, 9B and A1. RGB value is (163,155,161). Sum of RGB (Red+Green+Blue) = 163+155+161=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 163 - color contains mainly: red. Hex color #A39BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BA1 is #5C645E. Grayscale: #9E9E9E. Windows color (decimal): -6055007 or 10591139. OLE color: 10591139.
HSL color Cylindrical-coordinate representation of color #A39BA1: hue angle of 315º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A39BA1 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 161 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.36 |
| HSL | 315º | 0.04% | 0.62% | - |
| HSV(B) | 315º | 0.05% | 0.64% | - |
| XYZ | 33.26 | 33.8 | 38.49 | - |
| YUV | 158.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 161 | 0 | 0.05 | 0.01 | 0.36 | 315 | 0.04 | 0.62 |
| Hex | A3 | 9B | A1 | 0 | 5 | 1 | 24 | 13B | 4 | 3E |
| Octal | 243 | 233 | 241 | 0 | 5 | 1 | 44 | 473 | 4 | 76 |
| Binary | 10100011 | 10011011 | 10100001 | 0 | 101 | 1 | 100100 | 100111011 | 100 | 111110 |
Color Harmonies of #A39BA1
Complementary color
Monochromatic Colors of #A39BA1
Black with #A39BA1
Text Example
Text Example
White with #A39BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BA1; }
p { color: rgb(163,155,161); }
H1.HeaderClassName
{
color: #A39BA1;
}
.AnyTagClassName
{
color: #A39BA1;
}
</style>
background-color css
<style>
a { background-color: #A39BA1; }
a { background-color: rgb(163,155,161); }
div.DivClassName
{
background-color: #A39BA1;
}
.BgClassName
{
background-color: #A39BA1;
}
</style>
border-color css
<style>
span { border-color: #A39BA1; }
span { border-color: rgb(163,155,161); }
td.TdClassName
{
border-color: #A39BA1;
}
.TagClassName
{
border-color: #A39BA1;
}
</style>