Shades of Botticelli #99A4A6
Tints of Botticelli #99A4A6
RGB
CMYK
RGB Variations
Color information
#99A4A6 (or 0x99A4A6) is known color: Botticelli. HEX triplet: 99, A4 and A6. RGB value is (153,164,166). Sum of RGB (Red+Green+Blue) = 153+164+166=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 166 - color contains mainly: blue. Hex color #99A4A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A4A6 is #665B59. Grayscale: #A0A0A0. Windows color (decimal): -6708058 or 10921113. OLE color: 10921113.
HSL color Cylindrical-coordinate representation of color #99A4A6: hue angle of 189.23º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A4A6 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 164 | 166 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.35 |
| HSL | 189.23º | 0.07% | 0.63% | - |
| HSV(B) | 189.23º | 0.08% | 0.65% | - |
| XYZ | 33.3 | 36.08 | 41.28 | - |
| YUV | 160.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 166 | 0.08 | 0.01 | 0 | 0.35 | 189.23 | 0.07 | 0.63 |
| Hex | 99 | A4 | A6 | 8 | 1 | 0 | 23 | BD | 7 | 3F |
| Octal | 231 | 244 | 246 | 10 | 1 | 0 | 43 | 275 | 7 | 77 |
| Binary | 10011001 | 10100100 | 10100110 | 1000 | 1 | 0 | 100011 | 10111101 | 111 | 111111 |
Color Harmonies of #99A4A6
Complementary color
Monochromatic Colors of #99A4A6
Black with #99A4A6
Text Example
Text Example
White with #99A4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4A6; }
p { color: rgb(153,164,166); }
H1.HeaderClassName
{
color: #99A4A6;
}
.AnyTagClassName
{
color: #99A4A6;
}
</style>
background-color css
<style>
a { background-color: #99A4A6; }
a { background-color: rgb(153,164,166); }
div.DivClassName
{
background-color: #99A4A6;
}
.BgClassName
{
background-color: #99A4A6;
}
</style>
border-color css
<style>
span { border-color: #99A4A6; }
span { border-color: rgb(153,164,166); }
td.TdClassName
{
border-color: #99A4A6;
}
.TagClassName
{
border-color: #99A4A6;
}
</style>