Shades of London Hue #A697A6
Tints of London Hue #A697A6
RGB
CMYK
RGB Variations
Color information
#A697A6 (or 0xA697A6) is known color: London Hue. HEX triplet: A6, 97 and A6. RGB value is (166,151,166). Sum of RGB (Red+Green+Blue) = 166+151+166=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A697A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A697A6 is #596859. Grayscale: #9D9D9D. Windows color (decimal): -5859418 or 10917798. OLE color: 10917798.
HSL color Cylindrical-coordinate representation of color #A697A6: hue angle of 300º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A697A6 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
RGB | 166 | 151 | 166 | - |
CMYK | 0 | 0.09 | 0 | 0.35 |
HSL | 300º | 0.08% | 0.62% | - |
HSV(B) | 300º | 0.09% | 0.65% | - |
XYZ | 33.68 | 32.99 | 40.67 | - |
YUV | 157.2 | 132.97 | 134.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 151 | 166 | 0 | 0.09 | 0 | 0.35 | 300 | 0.08 | 0.62 |
Hex | A6 | 97 | A6 | 0 | 9 | 0 | 23 | 12C | 8 | 3E |
Octal | 246 | 227 | 246 | 0 | 11 | 0 | 43 | 454 | 10 | 76 |
Binary | 10100110 | 10010111 | 10100110 | 0 | 1001 | 0 | 100011 | 100101100 | 1000 | 111110 |
Color Harmonies of #A697A6
Complementary color
Monochromatic Colors of #A697A6
Black with #A697A6
Text Example
Text Example
White with #A697A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697A6; }
p { color: rgb(166,151,166); }
H1.HeaderClassName
{
color: #A697A6;
}
.AnyTagClassName
{
color: #A697A6;
}
</style>
background-color css
<style>
a { background-color: #A697A6; }
a { background-color: rgb(166,151,166); }
div.DivClassName
{
background-color: #A697A6;
}
.BgClassName
{
background-color: #A697A6;
}
</style>
border-color css
<style>
span { border-color: #A697A6; }
span { border-color: rgb(166,151,166); }
td.TdClassName
{
border-color: #A697A6;
}
.TagClassName
{
border-color: #A697A6;
}
</style>