Shades of Botticelli #92A8AC
Tints of Botticelli #92A8AC
RGB
CMYK
RGB Variations
Color information
#92A8AC (or 0x92A8AC) is known color: Botticelli. HEX triplet: 92, A8 and AC. RGB value is (146,168,172). Sum of RGB (Red+Green+Blue) = 146+168+172=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #92A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A8AC is #6D5753. Grayscale: #A1A1A1. Windows color (decimal): -7165780 or 11315346. OLE color: 11315346.
HSL color Cylindrical-coordinate representation of color #92A8AC: hue angle of 189.23º degrees, saturation: 0.14, 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 #92A8AC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 168 | 172 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.33 |
| HSL | 189.23º | 0.14% | 0.62% | - |
| HSV(B) | 189.23º | 0.15% | 0.67% | - |
| XYZ | 33.3 | 37.09 | 44.43 | - |
| YUV | 161.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 172 | 0.15 | 0.02 | 0 | 0.33 | 189.23 | 0.14 | 0.62 |
| Hex | 92 | A8 | AC | F | 2 | 0 | 21 | BD | E | 3E |
| Octal | 222 | 250 | 254 | 17 | 2 | 0 | 41 | 275 | 16 | 76 |
| Binary | 10010010 | 10101000 | 10101100 | 1111 | 10 | 0 | 100001 | 10111101 | 1110 | 111110 |
Color Harmonies of #92A8AC
Complementary color
Monochromatic Colors of #92A8AC
Black with #92A8AC
Text Example
Text Example
White with #92A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8AC; }
p { color: rgb(146,168,172); }
H1.HeaderClassName
{
color: #92A8AC;
}
.AnyTagClassName
{
color: #92A8AC;
}
</style>
background-color css
<style>
a { background-color: #92A8AC; }
a { background-color: rgb(146,168,172); }
div.DivClassName
{
background-color: #92A8AC;
}
.BgClassName
{
background-color: #92A8AC;
}
</style>
border-color css
<style>
span { border-color: #92A8AC; }
span { border-color: rgb(146,168,172); }
td.TdClassName
{
border-color: #92A8AC;
}
.TagClassName
{
border-color: #92A8AC;
}
</style>