Shades of Botticelli #90A8AC
Tints of Botticelli #90A8AC
RGB
CMYK
RGB Variations
Color information
#90A8AC (or 0x90A8AC) is known color: Botticelli. HEX triplet: 90, A8 and AC. RGB value is (144,168,172). Sum of RGB (Red+Green+Blue) = 144+168+172=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #90A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A8AC is #6F5753. Grayscale: #A1A1A1. Windows color (decimal): -7296852 or 11315344. OLE color: 11315344.
HSL color Cylindrical-coordinate representation of color #90A8AC: hue angle of 188.57º 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 #90A8AC is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 168 | 172 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.33 |
| HSL | 188.57º | 0.14% | 0.62% | - |
| HSV(B) | 188.57º | 0.16% | 0.67% | - |
| XYZ | 32.95 | 36.91 | 44.42 | - |
| YUV | 161.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 172 | 0.16 | 0.02 | 0 | 0.33 | 188.57 | 0.14 | 0.62 |
| Hex | 90 | A8 | AC | 10 | 2 | 0 | 21 | BD | E | 3E |
| Octal | 220 | 250 | 254 | 20 | 2 | 0 | 41 | 275 | 16 | 76 |
| Binary | 10010000 | 10101000 | 10101100 | 10000 | 10 | 0 | 100001 | 10111101 | 1110 | 111110 |
Color Harmonies of #90A8AC
Complementary color
Monochromatic Colors of #90A8AC
Black with #90A8AC
Text Example
Text Example
White with #90A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8AC; }
p { color: rgb(144,168,172); }
H1.HeaderClassName
{
color: #90A8AC;
}
.AnyTagClassName
{
color: #90A8AC;
}
</style>
background-color css
<style>
a { background-color: #90A8AC; }
a { background-color: rgb(144,168,172); }
div.DivClassName
{
background-color: #90A8AC;
}
.BgClassName
{
background-color: #90A8AC;
}
</style>
border-color css
<style>
span { border-color: #90A8AC; }
span { border-color: rgb(144,168,172); }
td.TdClassName
{
border-color: #90A8AC;
}
.TagClassName
{
border-color: #90A8AC;
}
</style>