Shades of Botticelli #93AAAC
Tints of Botticelli #93AAAC
RGB
CMYK
RGB Variations
Color information
#93AAAC (or 0x93AAAC) is known color: Botticelli. HEX triplet: 93, AA and AC. RGB value is (147,170,172). Sum of RGB (Red+Green+Blue) = 147+170+172=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #93AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAAC is #6C5553. Grayscale: #A3A3A3. Windows color (decimal): -7099732 or 11315859. OLE color: 11315859.
HSL color Cylindrical-coordinate representation of color #93AAAC: hue angle of 184.8º 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 #93AAAC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 172 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.33 |
| HSL | 184.8º | 0.13% | 0.63% | - |
| HSV(B) | 184.8º | 0.15% | 0.67% | - |
| XYZ | 33.85 | 37.93 | 44.57 | - |
| YUV | 163.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 172 | 0.15 | 0.01 | 0 | 0.33 | 184.8 | 0.13 | 0.63 |
| Hex | 93 | AA | AC | F | 1 | 0 | 21 | B9 | D | 3F |
| Octal | 223 | 252 | 254 | 17 | 1 | 0 | 41 | 271 | 15 | 77 |
| Binary | 10010011 | 10101010 | 10101100 | 1111 | 1 | 0 | 100001 | 10111001 | 1101 | 111111 |
Color Harmonies of #93AAAC
Complementary color
Monochromatic Colors of #93AAAC
Black with #93AAAC
Text Example
Text Example
White with #93AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAAC; }
p { color: rgb(147,170,172); }
H1.HeaderClassName
{
color: #93AAAC;
}
.AnyTagClassName
{
color: #93AAAC;
}
</style>
background-color css
<style>
a { background-color: #93AAAC; }
a { background-color: rgb(147,170,172); }
div.DivClassName
{
background-color: #93AAAC;
}
.BgClassName
{
background-color: #93AAAC;
}
</style>
border-color css
<style>
span { border-color: #93AAAC; }
span { border-color: rgb(147,170,172); }
td.TdClassName
{
border-color: #93AAAC;
}
.TagClassName
{
border-color: #93AAAC;
}
</style>