Shades of London Hue #A69BA3
Tints of London Hue #A69BA3
RGB
CMYK
RGB Variations
Color information
#A69BA3 (or 0xA69BA3) is known color: London Hue. HEX triplet: A6, 9B and A3. RGB value is (166,155,163). Sum of RGB (Red+Green+Blue) = 166+155+163=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A69BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BA3 is #59645C. Grayscale: #9F9F9F. Windows color (decimal): -5858397 or 10722214. OLE color: 10722214.
HSL color Cylindrical-coordinate representation of color #A69BA3: hue angle of 316.36º 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 #A69BA3 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 163 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.35 |
| HSL | 316.36º | 0.06% | 0.63% | - |
| HSV(B) | 316.36º | 0.07% | 0.65% | - |
| XYZ | 34.06 | 34.19 | 39.46 | - |
| YUV | 159.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 163 | 0 | 0.07 | 0.02 | 0.35 | 316.36 | 0.06 | 0.63 |
| Hex | A6 | 9B | A3 | 0 | 7 | 2 | 23 | 13C | 6 | 3F |
| Octal | 246 | 233 | 243 | 0 | 7 | 2 | 43 | 474 | 6 | 77 |
| Binary | 10100110 | 10011011 | 10100011 | 0 | 111 | 10 | 100011 | 100111100 | 110 | 111111 |
Color Harmonies of #A69BA3
Complementary color
Monochromatic Colors of #A69BA3
Black with #A69BA3
Text Example
Text Example
White with #A69BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BA3; }
p { color: rgb(166,155,163); }
H1.HeaderClassName
{
color: #A69BA3;
}
.AnyTagClassName
{
color: #A69BA3;
}
</style>
background-color css
<style>
a { background-color: #A69BA3; }
a { background-color: rgb(166,155,163); }
div.DivClassName
{
background-color: #A69BA3;
}
.BgClassName
{
background-color: #A69BA3;
}
</style>
border-color css
<style>
span { border-color: #A69BA3; }
span { border-color: rgb(166,155,163); }
td.TdClassName
{
border-color: #A69BA3;
}
.TagClassName
{
border-color: #A69BA3;
}
</style>