Shades of Botticelli #9AA9AD
Tints of Botticelli #9AA9AD
RGB
CMYK
RGB Variations
Color information
#9AA9AD (or 0x9AA9AD) is known color: Botticelli. HEX triplet: 9A, A9 and AD. RGB value is (154,169,173). Sum of RGB (Red+Green+Blue) = 154+169+173=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #9AA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA9AD is #655652. Grayscale: #A4A4A4. Windows color (decimal): -6641235 or 11381146. OLE color: 11381146.
HSL color Cylindrical-coordinate representation of color #9AA9AD: hue angle of 192.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AA9AD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 169 | 173 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.32 |
| HSL | 192.63º | 0.1% | 0.64% | - |
| HSV(B) | 192.63º | 0.11% | 0.68% | - |
| XYZ | 35.06 | 38.26 | 45.07 | - |
| YUV | 164.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 173 | 0.11 | 0.02 | 0 | 0.32 | 192.63 | 0.1 | 0.64 |
| Hex | 9A | A9 | AD | B | 2 | 0 | 20 | C1 | A | 40 |
| Octal | 232 | 251 | 255 | 13 | 2 | 0 | 40 | 301 | 12 | 100 |
| Binary | 10011010 | 10101001 | 10101101 | 1011 | 10 | 0 | 100000 | 11000001 | 1010 | 1000000 |
Color Harmonies of #9AA9AD
Complementary color
Monochromatic Colors of #9AA9AD
Black with #9AA9AD
Text Example
Text Example
White with #9AA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9AD; }
p { color: rgb(154,169,173); }
H1.HeaderClassName
{
color: #9AA9AD;
}
.AnyTagClassName
{
color: #9AA9AD;
}
</style>
background-color css
<style>
a { background-color: #9AA9AD; }
a { background-color: rgb(154,169,173); }
div.DivClassName
{
background-color: #9AA9AD;
}
.BgClassName
{
background-color: #9AA9AD;
}
</style>
border-color css
<style>
span { border-color: #9AA9AD; }
span { border-color: rgb(154,169,173); }
td.TdClassName
{
border-color: #9AA9AD;
}
.TagClassName
{
border-color: #9AA9AD;
}
</style>