Shades of Botticelli #93A6AB
Tints of Botticelli #93A6AB
RGB
CMYK
RGB Variations
Color information
#93A6AB (or 0x93A6AB) is known color: Botticelli. HEX triplet: 93, A6 and AB. RGB value is (147,166,171). Sum of RGB (Red+Green+Blue) = 147+166+171=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #93A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A6AB is #6C5954. Grayscale: #A0A0A0. Windows color (decimal): -7100757 or 11249299. OLE color: 11249299.
HSL color Cylindrical-coordinate representation of color #93A6AB: hue angle of 192.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A6AB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 166 | 171 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.33 |
| HSL | 192.5º | 0.13% | 0.62% | - |
| HSV(B) | 192.5º | 0.14% | 0.67% | - |
| XYZ | 33.02 | 36.42 | 43.82 | - |
| YUV | 160.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 171 | 0.14 | 0.03 | 0 | 0.33 | 192.5 | 0.13 | 0.62 |
| Hex | 93 | A6 | AB | E | 3 | 0 | 21 | C0 | C | 3E |
| Octal | 223 | 246 | 253 | 16 | 3 | 0 | 41 | 300 | 14 | 76 |
| Binary | 10010011 | 10100110 | 10101011 | 1110 | 11 | 0 | 100001 | 11000000 | 1100 | 111110 |
Color Harmonies of #93A6AB
Complementary color
Monochromatic Colors of #93A6AB
Black with #93A6AB
Text Example
Text Example
White with #93A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6AB; }
p { color: rgb(147,166,171); }
H1.HeaderClassName
{
color: #93A6AB;
}
.AnyTagClassName
{
color: #93A6AB;
}
</style>
background-color css
<style>
a { background-color: #93A6AB; }
a { background-color: rgb(147,166,171); }
div.DivClassName
{
background-color: #93A6AB;
}
.BgClassName
{
background-color: #93A6AB;
}
</style>
border-color css
<style>
span { border-color: #93A6AB; }
span { border-color: rgb(147,166,171); }
td.TdClassName
{
border-color: #93A6AB;
}
.TagClassName
{
border-color: #93A6AB;
}
</style>