Shades of Botticelli #90A6AD
Tints of Botticelli #90A6AD
RGB
CMYK
RGB Variations
Color information
#90A6AD (or 0x90A6AD) is known color: Botticelli. HEX triplet: 90, A6 and AD. RGB value is (144,166,173). Sum of RGB (Red+Green+Blue) = 144+166+173=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #90A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A6AD is #6F5952. Grayscale: #A0A0A0. Windows color (decimal): -7297363 or 11380368. OLE color: 11380368.
HSL color Cylindrical-coordinate representation of color #90A6AD: hue angle of 194.48º 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 #90A6AD is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 166 | 173 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.32 |
| HSL | 194.48º | 0.15% | 0.62% | - |
| HSV(B) | 194.48º | 0.17% | 0.68% | - |
| XYZ | 32.68 | 36.22 | 44.8 | - |
| YUV | 160.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 173 | 0.17 | 0.04 | 0 | 0.32 | 194.48 | 0.15 | 0.62 |
| Hex | 90 | A6 | AD | 11 | 4 | 0 | 20 | C2 | F | 3E |
| Octal | 220 | 246 | 255 | 21 | 4 | 0 | 40 | 302 | 17 | 76 |
| Binary | 10010000 | 10100110 | 10101101 | 10001 | 100 | 0 | 100000 | 11000010 | 1111 | 111110 |
Color Harmonies of #90A6AD
Complementary color
Monochromatic Colors of #90A6AD
Black with #90A6AD
Text Example
Text Example
White with #90A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6AD; }
p { color: rgb(144,166,173); }
H1.HeaderClassName
{
color: #90A6AD;
}
.AnyTagClassName
{
color: #90A6AD;
}
</style>
background-color css
<style>
a { background-color: #90A6AD; }
a { background-color: rgb(144,166,173); }
div.DivClassName
{
background-color: #90A6AD;
}
.BgClassName
{
background-color: #90A6AD;
}
</style>
border-color css
<style>
span { border-color: #90A6AD; }
span { border-color: rgb(144,166,173); }
td.TdClassName
{
border-color: #90A6AD;
}
.TagClassName
{
border-color: #90A6AD;
}
</style>