Shades of Botticelli #93A6AC
Tints of Botticelli #93A6AC
RGB
CMYK
RGB Variations
Color information
#93A6AC (or 0x93A6AC) is known color: Botticelli. HEX triplet: 93, A6 and AC. RGB value is (147,166,172). Sum of RGB (Red+Green+Blue) = 147+166+172=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #93A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A6AC is #6C5953. Grayscale: #A0A0A0. Windows color (decimal): -7100756 or 11314835. OLE color: 11314835.
HSL color Cylindrical-coordinate representation of color #93A6AC: hue angle of 194.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93A6AC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 166 | 172 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.33 |
| HSL | 194.4º | 0.13% | 0.63% | - |
| HSV(B) | 194.4º | 0.15% | 0.67% | - |
| XYZ | 33.12 | 36.45 | 44.32 | - |
| YUV | 161 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 172 | 0.15 | 0.03 | 0 | 0.33 | 194.4 | 0.13 | 0.63 |
| Hex | 93 | A6 | AC | F | 3 | 0 | 21 | C2 | D | 3F |
| Octal | 223 | 246 | 254 | 17 | 3 | 0 | 41 | 302 | 15 | 77 |
| Binary | 10010011 | 10100110 | 10101100 | 1111 | 11 | 0 | 100001 | 11000010 | 1101 | 111111 |
Color Harmonies of #93A6AC
Complementary color
Monochromatic Colors of #93A6AC
Black with #93A6AC
Text Example
Text Example
White with #93A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6AC; }
p { color: rgb(147,166,172); }
H1.HeaderClassName
{
color: #93A6AC;
}
.AnyTagClassName
{
color: #93A6AC;
}
</style>
background-color css
<style>
a { background-color: #93A6AC; }
a { background-color: rgb(147,166,172); }
div.DivClassName
{
background-color: #93A6AC;
}
.BgClassName
{
background-color: #93A6AC;
}
</style>
border-color css
<style>
span { border-color: #93A6AC; }
span { border-color: rgb(147,166,172); }
td.TdClassName
{
border-color: #93A6AC;
}
.TagClassName
{
border-color: #93A6AC;
}
</style>