Shades of Botticelli #92A9AD
Tints of Botticelli #92A9AD
RGB
CMYK
RGB Variations
Color information
#92A9AD (or 0x92A9AD) is known color: Botticelli. HEX triplet: 92, A9 and AD. RGB value is (146,169,173). Sum of RGB (Red+Green+Blue) = 146+169+173=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #92A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A9AD is #6D5652. Grayscale: #A2A2A2. Windows color (decimal): -7165523 or 11381138. OLE color: 11381138.
HSL color Cylindrical-coordinate representation of color #92A9AD: hue angle of 188.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92A9AD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 169 | 173 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.32 |
| HSL | 188.89º | 0.14% | 0.63% | - |
| HSV(B) | 188.89º | 0.16% | 0.68% | - |
| XYZ | 33.58 | 37.5 | 45 | - |
| YUV | 162.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 173 | 0.16 | 0.02 | 0 | 0.32 | 188.89 | 0.14 | 0.63 |
| Hex | 92 | A9 | AD | 10 | 2 | 0 | 20 | BD | E | 3F |
| Octal | 222 | 251 | 255 | 20 | 2 | 0 | 40 | 275 | 16 | 77 |
| Binary | 10010010 | 10101001 | 10101101 | 10000 | 10 | 0 | 100000 | 10111101 | 1110 | 111111 |
Color Harmonies of #92A9AD
Complementary color
Monochromatic Colors of #92A9AD
Black with #92A9AD
Text Example
Text Example
White with #92A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9AD; }
p { color: rgb(146,169,173); }
H1.HeaderClassName
{
color: #92A9AD;
}
.AnyTagClassName
{
color: #92A9AD;
}
</style>
background-color css
<style>
a { background-color: #92A9AD; }
a { background-color: rgb(146,169,173); }
div.DivClassName
{
background-color: #92A9AD;
}
.BgClassName
{
background-color: #92A9AD;
}
</style>
border-color css
<style>
span { border-color: #92A9AD; }
span { border-color: rgb(146,169,173); }
td.TdClassName
{
border-color: #92A9AD;
}
.TagClassName
{
border-color: #92A9AD;
}
</style>