Shades of Botticelli #9AAAAC
Tints of Botticelli #9AAAAC
RGB
CMYK
RGB Variations
Color information
#9AAAAC (or 0x9AAAAC) is known color: Botticelli. HEX triplet: 9A, AA and AC. RGB value is (154,170,172). Sum of RGB (Red+Green+Blue) = 154+170+172=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #9AAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAAAC is #655553. Grayscale: #A5A5A5. Windows color (decimal): -6640980 or 11315866. OLE color: 11315866.
HSL color Cylindrical-coordinate representation of color #9AAAAC: hue angle of 186.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AAAAC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 172 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.33 |
| HSL | 186.67º | 0.1% | 0.64% | - |
| HSV(B) | 186.67º | 0.1% | 0.67% | - |
| XYZ | 35.15 | 38.6 | 44.63 | - |
| YUV | 165.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 172 | 0.10 | 0.01 | 0 | 0.33 | 186.67 | 0.1 | 0.64 |
| Hex | 9A | AA | AC | A | 1 | 0 | 21 | BB | A | 40 |
| Octal | 232 | 252 | 254 | 12 | 1 | 0 | 41 | 273 | 12 | 100 |
| Binary | 10011010 | 10101010 | 10101100 | 1010 | 1 | 0 | 100001 | 10111011 | 1010 | 1000000 |
Color Harmonies of #9AAAAC
Complementary color
Monochromatic Colors of #9AAAAC
Black with #9AAAAC
Text Example
Text Example
White with #9AAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAAAC; }
p { color: rgb(154,170,172); }
H1.HeaderClassName
{
color: #9AAAAC;
}
.AnyTagClassName
{
color: #9AAAAC;
}
</style>
background-color css
<style>
a { background-color: #9AAAAC; }
a { background-color: rgb(154,170,172); }
div.DivClassName
{
background-color: #9AAAAC;
}
.BgClassName
{
background-color: #9AAAAC;
}
</style>
border-color css
<style>
span { border-color: #9AAAAC; }
span { border-color: rgb(154,170,172); }
td.TdClassName
{
border-color: #9AAAAC;
}
.TagClassName
{
border-color: #9AAAAC;
}
</style>