Shades of Botticelli #99A5A9
Tints of Botticelli #99A5A9
RGB
CMYK
RGB Variations
Color information
#99A5A9 (or 0x99A5A9) is known color: Botticelli. HEX triplet: 99, A5 and A9. RGB value is (153,165,169). Sum of RGB (Red+Green+Blue) = 153+165+169=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 169 - color contains mainly: blue. Hex color #99A5A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A5A9 is #665A56. Grayscale: #A1A1A1. Windows color (decimal): -6707799 or 11117977. OLE color: 11117977.
HSL color Cylindrical-coordinate representation of color #99A5A9: hue angle of 195º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A5A9 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 165 | 169 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.34 |
| HSL | 195º | 0.09% | 0.63% | - |
| HSV(B) | 195º | 0.09% | 0.66% | - |
| XYZ | 33.75 | 36.55 | 42.81 | - |
| YUV | 161.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 169 | 0.09 | 0.02 | 0 | 0.34 | 195 | 0.09 | 0.63 |
| Hex | 99 | A5 | A9 | 9 | 2 | 0 | 22 | C3 | 9 | 3F |
| Octal | 231 | 245 | 251 | 11 | 2 | 0 | 42 | 303 | 11 | 77 |
| Binary | 10011001 | 10100101 | 10101001 | 1001 | 10 | 0 | 100010 | 11000011 | 1001 | 111111 |
Color Harmonies of #99A5A9
Complementary color
Monochromatic Colors of #99A5A9
Black with #99A5A9
Text Example
Text Example
White with #99A5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5A9; }
p { color: rgb(153,165,169); }
H1.HeaderClassName
{
color: #99A5A9;
}
.AnyTagClassName
{
color: #99A5A9;
}
</style>
background-color css
<style>
a { background-color: #99A5A9; }
a { background-color: rgb(153,165,169); }
div.DivClassName
{
background-color: #99A5A9;
}
.BgClassName
{
background-color: #99A5A9;
}
</style>
border-color css
<style>
span { border-color: #99A5A9; }
span { border-color: rgb(153,165,169); }
td.TdClassName
{
border-color: #99A5A9;
}
.TagClassName
{
border-color: #99A5A9;
}
</style>