Shades of Botticelli #90A8AB
Tints of Botticelli #90A8AB
RGB
CMYK
RGB Variations
Color information
#90A8AB (or 0x90A8AB) is known color: Botticelli. HEX triplet: 90, A8 and AB. RGB value is (144,168,171). Sum of RGB (Red+Green+Blue) = 144+168+171=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A8AB is #6F5754. Grayscale: #A1A1A1. Windows color (decimal): -7296853 or 11249808. OLE color: 11249808.
HSL color Cylindrical-coordinate representation of color #90A8AB: hue angle of 186.67º 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 #90A8AB is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 168 | 171 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.33 |
| HSL | 186.67º | 0.14% | 0.62% | - |
| HSV(B) | 186.67º | 0.16% | 0.67% | - |
| XYZ | 32.85 | 36.87 | 43.91 | - |
| YUV | 161.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 171 | 0.16 | 0.02 | 0 | 0.33 | 186.67 | 0.14 | 0.62 |
| Hex | 90 | A8 | AB | 10 | 2 | 0 | 21 | BB | E | 3E |
| Octal | 220 | 250 | 253 | 20 | 2 | 0 | 41 | 273 | 16 | 76 |
| Binary | 10010000 | 10101000 | 10101011 | 10000 | 10 | 0 | 100001 | 10111011 | 1110 | 111110 |
Color Harmonies of #90A8AB
Complementary color
Monochromatic Colors of #90A8AB
Black with #90A8AB
Text Example
Text Example
White with #90A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8AB; }
p { color: rgb(144,168,171); }
H1.HeaderClassName
{
color: #90A8AB;
}
.AnyTagClassName
{
color: #90A8AB;
}
</style>
background-color css
<style>
a { background-color: #90A8AB; }
a { background-color: rgb(144,168,171); }
div.DivClassName
{
background-color: #90A8AB;
}
.BgClassName
{
background-color: #90A8AB;
}
</style>
border-color css
<style>
span { border-color: #90A8AB; }
span { border-color: rgb(144,168,171); }
td.TdClassName
{
border-color: #90A8AB;
}
.TagClassName
{
border-color: #90A8AB;
}
</style>