Shades of Botticelli #91AAAF
Tints of Botticelli #91AAAF
RGB
CMYK
RGB Variations
Color information
#91AAAF (or 0x91AAAF) is known color: Botticelli. HEX triplet: 91, AA and AF. RGB value is (145,170,175). Sum of RGB (Red+Green+Blue) = 145+170+175=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #91AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AAAF is #6E5550. Grayscale: #A3A3A3. Windows color (decimal): -7230801 or 11512465. OLE color: 11512465.
HSL color Cylindrical-coordinate representation of color #91AAAF: hue angle of 190º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AAAF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 170 | 175 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.31 |
| HSL | 190º | 0.16% | 0.63% | - |
| HSV(B) | 190º | 0.17% | 0.69% | - |
| XYZ | 33.79 | 37.86 | 46.09 | - |
| YUV | 163.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 175 | 0.17 | 0.03 | 0 | 0.31 | 190 | 0.16 | 0.63 |
| Hex | 91 | AA | AF | 11 | 3 | 0 | 1F | BE | 10 | 3F |
| Octal | 221 | 252 | 257 | 21 | 3 | 0 | 37 | 276 | 20 | 77 |
| Binary | 10010001 | 10101010 | 10101111 | 10001 | 11 | 0 | 11111 | 10111110 | 10000 | 111111 |
Color Harmonies of #91AAAF
Complementary color
Monochromatic Colors of #91AAAF
Black with #91AAAF
Text Example
Text Example
White with #91AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAAF; }
p { color: rgb(145,170,175); }
H1.HeaderClassName
{
color: #91AAAF;
}
.AnyTagClassName
{
color: #91AAAF;
}
</style>
background-color css
<style>
a { background-color: #91AAAF; }
a { background-color: rgb(145,170,175); }
div.DivClassName
{
background-color: #91AAAF;
}
.BgClassName
{
background-color: #91AAAF;
}
</style>
border-color css
<style>
span { border-color: #91AAAF; }
span { border-color: rgb(145,170,175); }
td.TdClassName
{
border-color: #91AAAF;
}
.TagClassName
{
border-color: #91AAAF;
}
</style>