Shades of London Hue #A899A5
Tints of London Hue #A899A5
RGB
CMYK
RGB Variations
Color information
#A899A5 (or 0xA899A5) is known color: London Hue. HEX triplet: A8, 99 and A5. RGB value is (168,153,165). Sum of RGB (Red+Green+Blue) = 168+153+165=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 168 - color contains mainly: red. Hex color #A899A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A899A5 is #57665A. Grayscale: #9E9E9E. Windows color (decimal): -5727835 or 10852776. OLE color: 10852776.
HSL color Cylindrical-coordinate representation of color #A899A5: hue angle of 312º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A899A5 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 165 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.34 |
| HSL | 312º | 0.08% | 0.63% | - |
| HSV(B) | 312º | 0.09% | 0.66% | - |
| XYZ | 34.33 | 33.82 | 40.32 | - |
| YUV | 158.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 165 | 0 | 0.09 | 0.02 | 0.34 | 312 | 0.08 | 0.63 |
| Hex | A8 | 99 | A5 | 0 | 9 | 2 | 22 | 138 | 8 | 3F |
| Octal | 250 | 231 | 245 | 0 | 11 | 2 | 42 | 470 | 10 | 77 |
| Binary | 10101000 | 10011001 | 10100101 | 0 | 1001 | 10 | 100010 | 100111000 | 1000 | 111111 |
Color Harmonies of #A899A5
Complementary color
Monochromatic Colors of #A899A5
Black with #A899A5
Text Example
Text Example
White with #A899A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899A5; }
p { color: rgb(168,153,165); }
H1.HeaderClassName
{
color: #A899A5;
}
.AnyTagClassName
{
color: #A899A5;
}
</style>
background-color css
<style>
a { background-color: #A899A5; }
a { background-color: rgb(168,153,165); }
div.DivClassName
{
background-color: #A899A5;
}
.BgClassName
{
background-color: #A899A5;
}
</style>
border-color css
<style>
span { border-color: #A899A5; }
span { border-color: rgb(168,153,165); }
td.TdClassName
{
border-color: #A899A5;
}
.TagClassName
{
border-color: #A899A5;
}
</style>