Shades of London Hue #A091A1
Tints of London Hue #A091A1
RGB
CMYK
RGB Variations
Color information
#A091A1 (or 0xA091A1) is known color: London Hue. HEX triplet: A0, 91 and A1. RGB value is (160,145,161). Sum of RGB (Red+Green+Blue) = 160+145+161=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 161 - color contains mainly: blue. Hex color #A091A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A091A1 is #5F6E5E. Grayscale: #979797. Windows color (decimal): -6254175 or 10588576. OLE color: 10588576.
HSL color Cylindrical-coordinate representation of color #A091A1: hue angle of 296.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A091A1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 161 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.37 |
| HSL | 296.25º | 0.08% | 0.6% | - |
| HSV(B) | 296.25º | 0.1% | 0.63% | - |
| XYZ | 31.06 | 30.3 | 37.93 | - |
| YUV | 151.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 161 | 0.01 | 0.10 | 0 | 0.37 | 296.25 | 0.08 | 0.6 |
| Hex | A0 | 91 | A1 | 1 | A | 0 | 25 | 128 | 8 | 3C |
| Octal | 240 | 221 | 241 | 1 | 12 | 0 | 45 | 450 | 10 | 74 |
| Binary | 10100000 | 10010001 | 10100001 | 1 | 1010 | 0 | 100101 | 100101000 | 1000 | 111100 |
Color Harmonies of #A091A1
Complementary color
Monochromatic Colors of #A091A1
Black with #A091A1
Text Example
Text Example
White with #A091A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091A1; }
p { color: rgb(160,145,161); }
H1.HeaderClassName
{
color: #A091A1;
}
.AnyTagClassName
{
color: #A091A1;
}
</style>
background-color css
<style>
a { background-color: #A091A1; }
a { background-color: rgb(160,145,161); }
div.DivClassName
{
background-color: #A091A1;
}
.BgClassName
{
background-color: #A091A1;
}
</style>
border-color css
<style>
span { border-color: #A091A1; }
span { border-color: rgb(160,145,161); }
td.TdClassName
{
border-color: #A091A1;
}
.TagClassName
{
border-color: #A091A1;
}
</style>