Shades of Botticelli #91A6A9
Tints of Botticelli #91A6A9
RGB
CMYK
RGB Variations
Color information
#91A6A9 (or 0x91A6A9) is known color: Botticelli. HEX triplet: 91, A6 and A9. RGB value is (145,166,169). Sum of RGB (Red+Green+Blue) = 145+166+169=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 169 - color contains mainly: blue. Hex color #91A6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A6A9 is #6E5956. Grayscale: #A0A0A0. Windows color (decimal): -7231831 or 11118225. OLE color: 11118225.
HSL color Cylindrical-coordinate representation of color #91A6A9: hue angle of 187.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A6A9 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 166 | 169 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.34 |
| HSL | 187.5º | 0.12% | 0.62% | - |
| HSV(B) | 187.5º | 0.14% | 0.66% | - |
| XYZ | 32.47 | 36.16 | 42.8 | - |
| YUV | 160.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 169 | 0.14 | 0.02 | 0 | 0.34 | 187.5 | 0.12 | 0.62 |
| Hex | 91 | A6 | A9 | E | 2 | 0 | 22 | BC | C | 3E |
| Octal | 221 | 246 | 251 | 16 | 2 | 0 | 42 | 274 | 14 | 76 |
| Binary | 10010001 | 10100110 | 10101001 | 1110 | 10 | 0 | 100010 | 10111100 | 1100 | 111110 |
Color Harmonies of #91A6A9
Complementary color
Monochromatic Colors of #91A6A9
Black with #91A6A9
Text Example
Text Example
White with #91A6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6A9; }
p { color: rgb(145,166,169); }
H1.HeaderClassName
{
color: #91A6A9;
}
.AnyTagClassName
{
color: #91A6A9;
}
</style>
background-color css
<style>
a { background-color: #91A6A9; }
a { background-color: rgb(145,166,169); }
div.DivClassName
{
background-color: #91A6A9;
}
.BgClassName
{
background-color: #91A6A9;
}
</style>
border-color css
<style>
span { border-color: #91A6A9; }
span { border-color: rgb(145,166,169); }
td.TdClassName
{
border-color: #91A6A9;
}
.TagClassName
{
border-color: #91A6A9;
}
</style>