Shades of Botticelli #99A9AC
Tints of Botticelli #99A9AC
RGB
CMYK
RGB Variations
Color information
#99A9AC (or 0x99A9AC) is known color: Botticelli. HEX triplet: 99, A9 and AC. RGB value is (153,169,172). Sum of RGB (Red+Green+Blue) = 153+169+172=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #99A9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A9AC is #665653. Grayscale: #A4A4A4. Windows color (decimal): -6706772 or 11315609. OLE color: 11315609.
HSL color Cylindrical-coordinate representation of color #99A9AC: hue angle of 189.47º 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 #99A9AC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 169 | 172 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.33 |
| HSL | 189.47º | 0.1% | 0.64% | - |
| HSV(B) | 189.47º | 0.11% | 0.67% | - |
| XYZ | 34.77 | 38.13 | 44.56 | - |
| YUV | 164.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 172 | 0.11 | 0.02 | 0 | 0.33 | 189.47 | 0.1 | 0.64 |
| Hex | 99 | A9 | AC | B | 2 | 0 | 21 | BD | A | 40 |
| Octal | 231 | 251 | 254 | 13 | 2 | 0 | 41 | 275 | 12 | 100 |
| Binary | 10011001 | 10101001 | 10101100 | 1011 | 10 | 0 | 100001 | 10111101 | 1010 | 1000000 |
Color Harmonies of #99A9AC
Complementary color
Monochromatic Colors of #99A9AC
Black with #99A9AC
Text Example
Text Example
White with #99A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9AC; }
p { color: rgb(153,169,172); }
H1.HeaderClassName
{
color: #99A9AC;
}
.AnyTagClassName
{
color: #99A9AC;
}
</style>
background-color css
<style>
a { background-color: #99A9AC; }
a { background-color: rgb(153,169,172); }
div.DivClassName
{
background-color: #99A9AC;
}
.BgClassName
{
background-color: #99A9AC;
}
</style>
border-color css
<style>
span { border-color: #99A9AC; }
span { border-color: rgb(153,169,172); }
td.TdClassName
{
border-color: #99A9AC;
}
.TagClassName
{
border-color: #99A9AC;
}
</style>