Shades of London Hue #A995A3
Tints of London Hue #A995A3
RGB
CMYK
RGB Variations
Color information
#A995A3 (or 0xA995A3) is known color: London Hue. HEX triplet: A9, 95 and A3. RGB value is (169,149,163). Sum of RGB (Red+Green+Blue) = 169+149+163=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 169 - color contains mainly: red. Hex color #A995A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995A3 is #566A5C. Grayscale: #9C9C9C. Windows color (decimal): -5663325 or 10720681. OLE color: 10720681.
HSL color Cylindrical-coordinate representation of color #A995A3: hue angle of 318º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A995A3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 163 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.34 |
| HSL | 318º | 0.1% | 0.62% | - |
| HSV(B) | 318º | 0.12% | 0.66% | - |
| XYZ | 33.72 | 32.57 | 39.16 | - |
| YUV | 156.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 163 | 0 | 0.12 | 0.04 | 0.34 | 318 | 0.1 | 0.62 |
| Hex | A9 | 95 | A3 | 0 | C | 4 | 22 | 13E | A | 3E |
| Octal | 251 | 225 | 243 | 0 | 14 | 4 | 42 | 476 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10100011 | 0 | 1100 | 100 | 100010 | 100111110 | 1010 | 111110 |
Color Harmonies of #A995A3
Complementary color
Monochromatic Colors of #A995A3
Black with #A995A3
Text Example
Text Example
White with #A995A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995A3; }
p { color: rgb(169,149,163); }
H1.HeaderClassName
{
color: #A995A3;
}
.AnyTagClassName
{
color: #A995A3;
}
</style>
background-color css
<style>
a { background-color: #A995A3; }
a { background-color: rgb(169,149,163); }
div.DivClassName
{
background-color: #A995A3;
}
.BgClassName
{
background-color: #A995A3;
}
</style>
border-color css
<style>
span { border-color: #A995A3; }
span { border-color: rgb(169,149,163); }
td.TdClassName
{
border-color: #A995A3;
}
.TagClassName
{
border-color: #A995A3;
}
</style>