Shades of Botticelli #92A5AA
Tints of Botticelli #92A5AA
RGB
CMYK
RGB Variations
Color information
#92A5AA (or 0x92A5AA) is known color: Botticelli. HEX triplet: 92, A5 and AA. RGB value is (146,165,170). Sum of RGB (Red+Green+Blue) = 146+165+170=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #92A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A5AA is #6D5A55. Grayscale: #9F9F9F. Windows color (decimal): -7166550 or 11183506. OLE color: 11183506.
HSL color Cylindrical-coordinate representation of color #92A5AA: hue angle of 192.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92A5AA is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 165 | 170 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.33 |
| HSL | 192.5º | 0.12% | 0.62% | - |
| HSV(B) | 192.5º | 0.14% | 0.67% | - |
| XYZ | 32.56 | 35.92 | 43.25 | - |
| YUV | 159.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 170 | 0.14 | 0.03 | 0 | 0.33 | 192.5 | 0.12 | 0.62 |
| Hex | 92 | A5 | AA | E | 3 | 0 | 21 | C0 | C | 3E |
| Octal | 222 | 245 | 252 | 16 | 3 | 0 | 41 | 300 | 14 | 76 |
| Binary | 10010010 | 10100101 | 10101010 | 1110 | 11 | 0 | 100001 | 11000000 | 1100 | 111110 |
Color Harmonies of #92A5AA
Complementary color
Monochromatic Colors of #92A5AA
Black with #92A5AA
Text Example
Text Example
White with #92A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A5AA; }
p { color: rgb(146,165,170); }
H1.HeaderClassName
{
color: #92A5AA;
}
.AnyTagClassName
{
color: #92A5AA;
}
</style>
background-color css
<style>
a { background-color: #92A5AA; }
a { background-color: rgb(146,165,170); }
div.DivClassName
{
background-color: #92A5AA;
}
.BgClassName
{
background-color: #92A5AA;
}
</style>
border-color css
<style>
span { border-color: #92A5AA; }
span { border-color: rgb(146,165,170); }
td.TdClassName
{
border-color: #92A5AA;
}
.TagClassName
{
border-color: #92A5AA;
}
</style>