Shades of Botticelli #91A6AB
Tints of Botticelli #91A6AB
RGB
CMYK
RGB Variations
Color information
#91A6AB (or 0x91A6AB) is known color: Botticelli. HEX triplet: 91, A6 and AB. RGB value is (145,166,171). Sum of RGB (Red+Green+Blue) = 145+166+171=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #91A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A6AB is #6E5954. Grayscale: #A0A0A0. Windows color (decimal): -7231829 or 11249297. OLE color: 11249297.
HSL color Cylindrical-coordinate representation of color #91A6AB: hue angle of 191.54º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91A6AB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 166 | 171 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.33 |
| HSL | 191.54º | 0.13% | 0.62% | - |
| HSV(B) | 191.54º | 0.15% | 0.67% | - |
| XYZ | 32.66 | 36.23 | 43.8 | - |
| YUV | 160.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 171 | 0.15 | 0.03 | 0 | 0.33 | 191.54 | 0.13 | 0.62 |
| Hex | 91 | A6 | AB | F | 3 | 0 | 21 | C0 | D | 3E |
| Octal | 221 | 246 | 253 | 17 | 3 | 0 | 41 | 300 | 15 | 76 |
| Binary | 10010001 | 10100110 | 10101011 | 1111 | 11 | 0 | 100001 | 11000000 | 1101 | 111110 |
Color Harmonies of #91A6AB
Complementary color
Monochromatic Colors of #91A6AB
Black with #91A6AB
Text Example
Text Example
White with #91A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6AB; }
p { color: rgb(145,166,171); }
H1.HeaderClassName
{
color: #91A6AB;
}
.AnyTagClassName
{
color: #91A6AB;
}
</style>
background-color css
<style>
a { background-color: #91A6AB; }
a { background-color: rgb(145,166,171); }
div.DivClassName
{
background-color: #91A6AB;
}
.BgClassName
{
background-color: #91A6AB;
}
</style>
border-color css
<style>
span { border-color: #91A6AB; }
span { border-color: rgb(145,166,171); }
td.TdClassName
{
border-color: #91A6AB;
}
.TagClassName
{
border-color: #91A6AB;
}
</style>