Shades of Botticelli #92A6AB
Tints of Botticelli #92A6AB
RGB
CMYK
RGB Variations
Color information
#92A6AB (or 0x92A6AB) is known color: Botticelli. HEX triplet: 92, A6 and AB. RGB value is (146,166,171). Sum of RGB (Red+Green+Blue) = 146+166+171=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 166 (65.23% from 255 or 34.37% 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 #92A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A6AB is #6D5954. Grayscale: #A0A0A0. Windows color (decimal): -7166293 or 11249298. OLE color: 11249298.
HSL color Cylindrical-coordinate representation of color #92A6AB: hue angle of 192º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92A6AB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 166 | 171 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.33 |
| HSL | 192º | 0.13% | 0.62% | - |
| HSV(B) | 192º | 0.15% | 0.67% | - |
| XYZ | 32.84 | 36.32 | 43.81 | - |
| YUV | 160.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 171 | 0.15 | 0.03 | 0 | 0.33 | 192 | 0.13 | 0.62 |
| Hex | 92 | A6 | AB | F | 3 | 0 | 21 | C0 | D | 3E |
| Octal | 222 | 246 | 253 | 17 | 3 | 0 | 41 | 300 | 15 | 76 |
| Binary | 10010010 | 10100110 | 10101011 | 1111 | 11 | 0 | 100001 | 11000000 | 1101 | 111110 |
Color Harmonies of #92A6AB
Complementary color
Monochromatic Colors of #92A6AB
Black with #92A6AB
Text Example
Text Example
White with #92A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A6AB; }
p { color: rgb(146,166,171); }
H1.HeaderClassName
{
color: #92A6AB;
}
.AnyTagClassName
{
color: #92A6AB;
}
</style>
background-color css
<style>
a { background-color: #92A6AB; }
a { background-color: rgb(146,166,171); }
div.DivClassName
{
background-color: #92A6AB;
}
.BgClassName
{
background-color: #92A6AB;
}
</style>
border-color css
<style>
span { border-color: #92A6AB; }
span { border-color: rgb(146,166,171); }
td.TdClassName
{
border-color: #92A6AB;
}
.TagClassName
{
border-color: #92A6AB;
}
</style>