Shades of Botticelli #99A9AD
Tints of Botticelli #99A9AD
RGB
CMYK
RGB Variations
Color information
#99A9AD (or 0x99A9AD) is known color: Botticelli. HEX triplet: 99, A9 and AD. RGB value is (153,169,173). Sum of RGB (Red+Green+Blue) = 153+169+173=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #99A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A9AD is #665652. Grayscale: #A4A4A4. Windows color (decimal): -6706771 or 11381145. OLE color: 11381145.
HSL color Cylindrical-coordinate representation of color #99A9AD: hue angle of 192º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A9AD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 169 | 173 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.32 |
| HSL | 192º | 0.11% | 0.64% | - |
| HSV(B) | 192º | 0.12% | 0.68% | - |
| XYZ | 34.87 | 38.17 | 45.06 | - |
| YUV | 164.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 173 | 0.12 | 0.02 | 0 | 0.32 | 192 | 0.11 | 0.64 |
| Hex | 99 | A9 | AD | C | 2 | 0 | 20 | C0 | B | 40 |
| Octal | 231 | 251 | 255 | 14 | 2 | 0 | 40 | 300 | 13 | 100 |
| Binary | 10011001 | 10101001 | 10101101 | 1100 | 10 | 0 | 100000 | 11000000 | 1011 | 1000000 |
Color Harmonies of #99A9AD
Complementary color
Monochromatic Colors of #99A9AD
Black with #99A9AD
Text Example
Text Example
White with #99A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9AD; }
p { color: rgb(153,169,173); }
H1.HeaderClassName
{
color: #99A9AD;
}
.AnyTagClassName
{
color: #99A9AD;
}
</style>
background-color css
<style>
a { background-color: #99A9AD; }
a { background-color: rgb(153,169,173); }
div.DivClassName
{
background-color: #99A9AD;
}
.BgClassName
{
background-color: #99A9AD;
}
</style>
border-color css
<style>
span { border-color: #99A9AD; }
span { border-color: rgb(153,169,173); }
td.TdClassName
{
border-color: #99A9AD;
}
.TagClassName
{
border-color: #99A9AD;
}
</style>