Shades of Botticelli #92AAAC
Tints of Botticelli #92AAAC
RGB
CMYK
RGB Variations
Color information
#92AAAC (or 0x92AAAC) is known color: Botticelli. HEX triplet: 92, AA and AC. RGB value is (146,170,172). Sum of RGB (Red+Green+Blue) = 146+170+172=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #92AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAAC is #6D5553. Grayscale: #A3A3A3. Windows color (decimal): -7165268 or 11315858. OLE color: 11315858.
HSL color Cylindrical-coordinate representation of color #92AAAC: hue angle of 184.62º 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 #92AAAC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 172 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.33 |
| HSL | 184.62º | 0.14% | 0.62% | - |
| HSV(B) | 184.62º | 0.15% | 0.67% | - |
| XYZ | 33.68 | 37.84 | 44.56 | - |
| YUV | 163.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 172 | 0.15 | 0.01 | 0 | 0.33 | 184.62 | 0.14 | 0.62 |
| Hex | 92 | AA | AC | F | 1 | 0 | 21 | B9 | E | 3E |
| Octal | 222 | 252 | 254 | 17 | 1 | 0 | 41 | 271 | 16 | 76 |
| Binary | 10010010 | 10101010 | 10101100 | 1111 | 1 | 0 | 100001 | 10111001 | 1110 | 111110 |
Color Harmonies of #92AAAC
Complementary color
Monochromatic Colors of #92AAAC
Black with #92AAAC
Text Example
Text Example
White with #92AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAAC; }
p { color: rgb(146,170,172); }
H1.HeaderClassName
{
color: #92AAAC;
}
.AnyTagClassName
{
color: #92AAAC;
}
</style>
background-color css
<style>
a { background-color: #92AAAC; }
a { background-color: rgb(146,170,172); }
div.DivClassName
{
background-color: #92AAAC;
}
.BgClassName
{
background-color: #92AAAC;
}
</style>
border-color css
<style>
span { border-color: #92AAAC; }
span { border-color: rgb(146,170,172); }
td.TdClassName
{
border-color: #92AAAC;
}
.TagClassName
{
border-color: #92AAAC;
}
</style>