Shades of London Hue #A69AA3
Tints of London Hue #A69AA3
RGB
CMYK
RGB Variations
Color information
#A69AA3 (or 0xA69AA3) is known color: London Hue. HEX triplet: A6, 9A and A3. RGB value is (166,154,163). Sum of RGB (Red+Green+Blue) = 166+154+163=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 166 - color contains mainly: red. Hex color #A69AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69AA3 is #59655C. Grayscale: #9E9E9E. Windows color (decimal): -5858653 or 10721958. OLE color: 10721958.
HSL color Cylindrical-coordinate representation of color #A69AA3: hue angle of 315º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A69AA3 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 163 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.35 |
| HSL | 315º | 0.06% | 0.63% | - |
| HSV(B) | 315º | 0.07% | 0.65% | - |
| XYZ | 33.89 | 33.86 | 39.4 | - |
| YUV | 158.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 163 | 0 | 0.07 | 0.02 | 0.35 | 315 | 0.06 | 0.63 |
| Hex | A6 | 9A | A3 | 0 | 7 | 2 | 23 | 13B | 6 | 3F |
| Octal | 246 | 232 | 243 | 0 | 7 | 2 | 43 | 473 | 6 | 77 |
| Binary | 10100110 | 10011010 | 10100011 | 0 | 111 | 10 | 100011 | 100111011 | 110 | 111111 |
Color Harmonies of #A69AA3
Complementary color
Monochromatic Colors of #A69AA3
Black with #A69AA3
Text Example
Text Example
White with #A69AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69AA3; }
p { color: rgb(166,154,163); }
H1.HeaderClassName
{
color: #A69AA3;
}
.AnyTagClassName
{
color: #A69AA3;
}
</style>
background-color css
<style>
a { background-color: #A69AA3; }
a { background-color: rgb(166,154,163); }
div.DivClassName
{
background-color: #A69AA3;
}
.BgClassName
{
background-color: #A69AA3;
}
</style>
border-color css
<style>
span { border-color: #A69AA3; }
span { border-color: rgb(166,154,163); }
td.TdClassName
{
border-color: #A69AA3;
}
.TagClassName
{
border-color: #A69AA3;
}
</style>