Shades of Botticelli #90A8AD
Tints of Botticelli #90A8AD
RGB
CMYK
RGB Variations
Color information
#90A8AD (or 0x90A8AD) is known color: Botticelli. HEX triplet: 90, A8 and AD. RGB value is (144,168,173). Sum of RGB (Red+Green+Blue) = 144+168+173=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #90A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A8AD is #6F5752. Grayscale: #A1A1A1. Windows color (decimal): -7296851 or 11380880. OLE color: 11380880.
HSL color Cylindrical-coordinate representation of color #90A8AD: hue angle of 190.34º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90A8AD is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 168 | 173 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.32 |
| HSL | 190.34º | 0.15% | 0.62% | - |
| HSV(B) | 190.34º | 0.17% | 0.68% | - |
| XYZ | 33.05 | 36.95 | 44.93 | - |
| YUV | 161.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 173 | 0.17 | 0.03 | 0 | 0.32 | 190.34 | 0.15 | 0.62 |
| Hex | 90 | A8 | AD | 11 | 3 | 0 | 20 | BE | F | 3E |
| Octal | 220 | 250 | 255 | 21 | 3 | 0 | 40 | 276 | 17 | 76 |
| Binary | 10010000 | 10101000 | 10101101 | 10001 | 11 | 0 | 100000 | 10111110 | 1111 | 111110 |
Color Harmonies of #90A8AD
Complementary color
Monochromatic Colors of #90A8AD
Black with #90A8AD
Text Example
Text Example
White with #90A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8AD; }
p { color: rgb(144,168,173); }
H1.HeaderClassName
{
color: #90A8AD;
}
.AnyTagClassName
{
color: #90A8AD;
}
</style>
background-color css
<style>
a { background-color: #90A8AD; }
a { background-color: rgb(144,168,173); }
div.DivClassName
{
background-color: #90A8AD;
}
.BgClassName
{
background-color: #90A8AD;
}
</style>
border-color css
<style>
span { border-color: #90A8AD; }
span { border-color: rgb(144,168,173); }
td.TdClassName
{
border-color: #90A8AD;
}
.TagClassName
{
border-color: #90A8AD;
}
</style>