Shades of Botticelli #93A8AB
Tints of Botticelli #93A8AB
RGB
CMYK
RGB Variations
Color information
#93A8AB (or 0x93A8AB) is known color: Botticelli. HEX triplet: 93, A8 and AB. RGB value is (147,168,171). Sum of RGB (Red+Green+Blue) = 147+168+171=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #93A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A8AB is #6C5754. Grayscale: #A2A2A2. Windows color (decimal): -7100245 or 11249811. OLE color: 11249811.
HSL color Cylindrical-coordinate representation of color #93A8AB: hue angle of 187.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 #93A8AB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 168 | 171 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.33 |
| HSL | 187.5º | 0.13% | 0.62% | - |
| HSV(B) | 187.5º | 0.14% | 0.67% | - |
| XYZ | 33.39 | 37.15 | 43.94 | - |
| YUV | 162.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 171 | 0.14 | 0.02 | 0 | 0.33 | 187.5 | 0.13 | 0.62 |
| Hex | 93 | A8 | AB | E | 2 | 0 | 21 | BC | C | 3E |
| Octal | 223 | 250 | 253 | 16 | 2 | 0 | 41 | 274 | 14 | 76 |
| Binary | 10010011 | 10101000 | 10101011 | 1110 | 10 | 0 | 100001 | 10111100 | 1100 | 111110 |
Color Harmonies of #93A8AB
Complementary color
Monochromatic Colors of #93A8AB
Black with #93A8AB
Text Example
Text Example
White with #93A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8AB; }
p { color: rgb(147,168,171); }
H1.HeaderClassName
{
color: #93A8AB;
}
.AnyTagClassName
{
color: #93A8AB;
}
</style>
background-color css
<style>
a { background-color: #93A8AB; }
a { background-color: rgb(147,168,171); }
div.DivClassName
{
background-color: #93A8AB;
}
.BgClassName
{
background-color: #93A8AB;
}
</style>
border-color css
<style>
span { border-color: #93A8AB; }
span { border-color: rgb(147,168,171); }
td.TdClassName
{
border-color: #93A8AB;
}
.TagClassName
{
border-color: #93A8AB;
}
</style>