Shades of Botticelli #9AA8AF
Tints of Botticelli #9AA8AF
RGB
CMYK
RGB Variations
Color information
#9AA8AF (or 0x9AA8AF) is known color: Botticelli. HEX triplet: 9A, A8 and AF. RGB value is (154,168,175). Sum of RGB (Red+Green+Blue) = 154+168+175=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA8AF is #655750. Grayscale: #A4A4A4. Windows color (decimal): -6641489 or 11511962. OLE color: 11511962.
HSL color Cylindrical-coordinate representation of color #9AA8AF: hue angle of 200º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA8AF is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 168 | 175 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.31 |
| HSL | 200º | 0.12% | 0.65% | - |
| HSV(B) | 200º | 0.12% | 0.69% | - |
| XYZ | 35.07 | 37.97 | 46.04 | - |
| YUV | 164.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 175 | 0.12 | 0.04 | 0 | 0.31 | 200 | 0.12 | 0.65 |
| Hex | 9A | A8 | AF | C | 4 | 0 | 1F | C8 | C | 41 |
| Octal | 232 | 250 | 257 | 14 | 4 | 0 | 37 | 310 | 14 | 101 |
| Binary | 10011010 | 10101000 | 10101111 | 1100 | 100 | 0 | 11111 | 11001000 | 1100 | 1000001 |
Color Harmonies of #9AA8AF
Complementary color
Monochromatic Colors of #9AA8AF
Black with #9AA8AF
Text Example
Text Example
White with #9AA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8AF; }
p { color: rgb(154,168,175); }
H1.HeaderClassName
{
color: #9AA8AF;
}
.AnyTagClassName
{
color: #9AA8AF;
}
</style>
background-color css
<style>
a { background-color: #9AA8AF; }
a { background-color: rgb(154,168,175); }
div.DivClassName
{
background-color: #9AA8AF;
}
.BgClassName
{
background-color: #9AA8AF;
}
</style>
border-color css
<style>
span { border-color: #9AA8AF; }
span { border-color: rgb(154,168,175); }
td.TdClassName
{
border-color: #9AA8AF;
}
.TagClassName
{
border-color: #9AA8AF;
}
</style>