Shades of Botticelli #99A8AC
Tints of Botticelli #99A8AC
RGB
CMYK
RGB Variations
Color information
#99A8AC (or 0x99A8AC) is known color: Botticelli. HEX triplet: 99, A8 and AC. RGB value is (153,168,172). Sum of RGB (Red+Green+Blue) = 153+168+172=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #99A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A8AC is #665753. Grayscale: #A3A3A3. Windows color (decimal): -6707028 or 11315353. OLE color: 11315353.
HSL color Cylindrical-coordinate representation of color #99A8AC: hue angle of 192.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99A8AC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 168 | 172 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.33 |
| HSL | 192.63º | 0.1% | 0.64% | - |
| HSV(B) | 192.63º | 0.11% | 0.67% | - |
| XYZ | 34.59 | 37.76 | 44.49 | - |
| YUV | 163.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 172 | 0.11 | 0.02 | 0 | 0.33 | 192.63 | 0.1 | 0.64 |
| Hex | 99 | A8 | AC | B | 2 | 0 | 21 | C1 | A | 40 |
| Octal | 231 | 250 | 254 | 13 | 2 | 0 | 41 | 301 | 12 | 100 |
| Binary | 10011001 | 10101000 | 10101100 | 1011 | 10 | 0 | 100001 | 11000001 | 1010 | 1000000 |
Color Harmonies of #99A8AC
Complementary color
Monochromatic Colors of #99A8AC
Black with #99A8AC
Text Example
Text Example
White with #99A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8AC; }
p { color: rgb(153,168,172); }
H1.HeaderClassName
{
color: #99A8AC;
}
.AnyTagClassName
{
color: #99A8AC;
}
</style>
background-color css
<style>
a { background-color: #99A8AC; }
a { background-color: rgb(153,168,172); }
div.DivClassName
{
background-color: #99A8AC;
}
.BgClassName
{
background-color: #99A8AC;
}
</style>
border-color css
<style>
span { border-color: #99A8AC; }
span { border-color: rgb(153,168,172); }
td.TdClassName
{
border-color: #99A8AC;
}
.TagClassName
{
border-color: #99A8AC;
}
</style>