Shades of Botticelli #90A6AC
Tints of Botticelli #90A6AC
RGB
CMYK
RGB Variations
Color information
#90A6AC (or 0x90A6AC) is known color: Botticelli. HEX triplet: 90, A6 and AC. RGB value is (144,166,172). Sum of RGB (Red+Green+Blue) = 144+166+172=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #90A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A6AC is #6F5953. Grayscale: #A0A0A0. Windows color (decimal): -7297364 or 11314832. OLE color: 11314832.
HSL color Cylindrical-coordinate representation of color #90A6AC: hue angle of 192.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90A6AC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 166 | 172 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.33 |
| HSL | 192.86º | 0.14% | 0.62% | - |
| HSV(B) | 192.86º | 0.16% | 0.67% | - |
| XYZ | 32.58 | 36.18 | 44.3 | - |
| YUV | 160.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 172 | 0.16 | 0.03 | 0 | 0.33 | 192.86 | 0.14 | 0.62 |
| Hex | 90 | A6 | AC | 10 | 3 | 0 | 21 | C1 | E | 3E |
| Octal | 220 | 246 | 254 | 20 | 3 | 0 | 41 | 301 | 16 | 76 |
| Binary | 10010000 | 10100110 | 10101100 | 10000 | 11 | 0 | 100001 | 11000001 | 1110 | 111110 |
Color Harmonies of #90A6AC
Complementary color
Monochromatic Colors of #90A6AC
Black with #90A6AC
Text Example
Text Example
White with #90A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6AC; }
p { color: rgb(144,166,172); }
H1.HeaderClassName
{
color: #90A6AC;
}
.AnyTagClassName
{
color: #90A6AC;
}
</style>
background-color css
<style>
a { background-color: #90A6AC; }
a { background-color: rgb(144,166,172); }
div.DivClassName
{
background-color: #90A6AC;
}
.BgClassName
{
background-color: #90A6AC;
}
</style>
border-color css
<style>
span { border-color: #90A6AC; }
span { border-color: rgb(144,166,172); }
td.TdClassName
{
border-color: #90A6AC;
}
.TagClassName
{
border-color: #90A6AC;
}
</style>