Shades of London Hue #A897A7
Tints of London Hue #A897A7
RGB
CMYK
RGB Variations
Color information
#A897A7 (or 0xA897A7) is known color: London Hue. HEX triplet: A8, 97 and A7. RGB value is (168,151,167). Sum of RGB (Red+Green+Blue) = 168+151+167=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 168 - color contains mainly: red. Hex color #A897A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A897A7 is #576858. Grayscale: #9D9D9D. Windows color (decimal): -5728345 or 10983336. OLE color: 10983336.
HSL color Cylindrical-coordinate representation of color #A897A7: hue angle of 303.53º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A897A7 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 151 | 167 | - |
CMYK | 0 | 0.10 | 0.01 | 0.34 |
HSL | 303.53º | 0.09% | 0.63% | - |
HSV(B) | 303.53º | 0.1% | 0.66% | - |
XYZ | 34.19 | 33.25 | 41.17 | - |
YUV | 157.91 | 133.13 | 135.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 151 | 167 | 0 | 0.10 | 0.01 | 0.34 | 303.53 | 0.09 | 0.63 |
Hex | A8 | 97 | A7 | 0 | A | 1 | 22 | 130 | 9 | 3F |
Octal | 250 | 227 | 247 | 0 | 12 | 1 | 42 | 460 | 11 | 77 |
Binary | 10101000 | 10010111 | 10100111 | 0 | 1010 | 1 | 100010 | 100110000 | 1001 | 111111 |
Color Harmonies of #A897A7
Complementary color
Monochromatic Colors of #A897A7
Black with #A897A7
Text Example
Text Example
White with #A897A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897A7; }
p { color: rgb(168,151,167); }
H1.HeaderClassName
{
color: #A897A7;
}
.AnyTagClassName
{
color: #A897A7;
}
</style>
background-color css
<style>
a { background-color: #A897A7; }
a { background-color: rgb(168,151,167); }
div.DivClassName
{
background-color: #A897A7;
}
.BgClassName
{
background-color: #A897A7;
}
</style>
border-color css
<style>
span { border-color: #A897A7; }
span { border-color: rgb(168,151,167); }
td.TdClassName
{
border-color: #A897A7;
}
.TagClassName
{
border-color: #A897A7;
}
</style>