Shades of Botticelli #99A5AB
Tints of Botticelli #99A5AB
RGB
CMYK
RGB Variations
Color information
#99A5AB (or 0x99A5AB) is known color: Botticelli. HEX triplet: 99, A5 and AB. RGB value is (153,165,171). Sum of RGB (Red+Green+Blue) = 153+165+171=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A5AB is #665A54. Grayscale: #A2A2A2. Windows color (decimal): -6707797 or 11249049. OLE color: 11249049.
HSL color Cylindrical-coordinate representation of color #99A5AB: hue angle of 200º 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 #99A5AB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 165 | 171 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.33 |
| HSL | 200º | 0.1% | 0.64% | - |
| HSV(B) | 200º | 0.11% | 0.67% | - |
| XYZ | 33.94 | 36.62 | 43.81 | - |
| YUV | 162.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 171 | 0.11 | 0.04 | 0 | 0.33 | 200 | 0.1 | 0.64 |
| Hex | 99 | A5 | AB | B | 4 | 0 | 21 | C8 | A | 40 |
| Octal | 231 | 245 | 253 | 13 | 4 | 0 | 41 | 310 | 12 | 100 |
| Binary | 10011001 | 10100101 | 10101011 | 1011 | 100 | 0 | 100001 | 11001000 | 1010 | 1000000 |
Color Harmonies of #99A5AB
Complementary color
Monochromatic Colors of #99A5AB
Black with #99A5AB
Text Example
Text Example
White with #99A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5AB; }
p { color: rgb(153,165,171); }
H1.HeaderClassName
{
color: #99A5AB;
}
.AnyTagClassName
{
color: #99A5AB;
}
</style>
background-color css
<style>
a { background-color: #99A5AB; }
a { background-color: rgb(153,165,171); }
div.DivClassName
{
background-color: #99A5AB;
}
.BgClassName
{
background-color: #99A5AB;
}
</style>
border-color css
<style>
span { border-color: #99A5AB; }
span { border-color: rgb(153,165,171); }
td.TdClassName
{
border-color: #99A5AB;
}
.TagClassName
{
border-color: #99A5AB;
}
</style>