Shades of London Hue #A689A3
Tints of London Hue #A689A3
RGB
CMYK
RGB Variations
Color information
#A689A3 (or 0xA689A3) is known color: London Hue. HEX triplet: A6, 89 and A3. RGB value is (166,137,163). Sum of RGB (Red+Green+Blue) = 166+137+163=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A689A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689A3 is #59765C. Grayscale: #949494. Windows color (decimal): -5863005 or 10717606. OLE color: 10717606.
HSL color Cylindrical-coordinate representation of color #A689A3: hue angle of 306.21º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A689A3 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 163 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.35 |
| HSL | 306.21º | 0.14% | 0.59% | - |
| HSV(B) | 306.21º | 0.17% | 0.65% | - |
| XYZ | 31.28 | 28.64 | 38.53 | - |
| YUV | 148.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 163 | 0 | 0.17 | 0.02 | 0.35 | 306.21 | 0.14 | 0.59 |
| Hex | A6 | 89 | A3 | 0 | 11 | 2 | 23 | 132 | E | 3B |
| Octal | 246 | 211 | 243 | 0 | 21 | 2 | 43 | 462 | 16 | 73 |
| Binary | 10100110 | 10001001 | 10100011 | 0 | 10001 | 10 | 100011 | 100110010 | 1110 | 111011 |
Color Harmonies of #A689A3
Complementary color
Monochromatic Colors of #A689A3
Black with #A689A3
Text Example
Text Example
White with #A689A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689A3; }
p { color: rgb(166,137,163); }
H1.HeaderClassName
{
color: #A689A3;
}
.AnyTagClassName
{
color: #A689A3;
}
</style>
background-color css
<style>
a { background-color: #A689A3; }
a { background-color: rgb(166,137,163); }
div.DivClassName
{
background-color: #A689A3;
}
.BgClassName
{
background-color: #A689A3;
}
</style>
border-color css
<style>
span { border-color: #A689A3; }
span { border-color: rgb(166,137,163); }
td.TdClassName
{
border-color: #A689A3;
}
.TagClassName
{
border-color: #A689A3;
}
</style>