Shades of Botticelli #95A0A3
Tints of Botticelli #95A0A3
RGB
CMYK
RGB Variations
Color information
#95A0A3 (or 0x95A0A3) is known color: Botticelli. HEX triplet: 95, A0 and A3. RGB value is (149,160,163). Sum of RGB (Red+Green+Blue) = 149+160+163=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 163 - color contains mainly: blue. Hex color #95A0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A0A3 is #6A5F5C. Grayscale: #9D9D9D. Windows color (decimal): -6971229 or 10723477. OLE color: 10723477.
HSL color Cylindrical-coordinate representation of color #95A0A3: hue angle of 192.86º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A0A3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 160 | 163 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.36 |
| HSL | 192.86º | 0.07% | 0.61% | - |
| HSV(B) | 192.86º | 0.09% | 0.64% | - |
| XYZ | 31.58 | 34.18 | 39.58 | - |
| YUV | 157.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 163 | 0.09 | 0.02 | 0 | 0.36 | 192.86 | 0.07 | 0.61 |
| Hex | 95 | A0 | A3 | 9 | 2 | 0 | 24 | C1 | 7 | 3D |
| Octal | 225 | 240 | 243 | 11 | 2 | 0 | 44 | 301 | 7 | 75 |
| Binary | 10010101 | 10100000 | 10100011 | 1001 | 10 | 0 | 100100 | 11000001 | 111 | 111101 |
Color Harmonies of #95A0A3
Complementary color
Monochromatic Colors of #95A0A3
Black with #95A0A3
Text Example
Text Example
White with #95A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A0A3; }
p { color: rgb(149,160,163); }
H1.HeaderClassName
{
color: #95A0A3;
}
.AnyTagClassName
{
color: #95A0A3;
}
</style>
background-color css
<style>
a { background-color: #95A0A3; }
a { background-color: rgb(149,160,163); }
div.DivClassName
{
background-color: #95A0A3;
}
.BgClassName
{
background-color: #95A0A3;
}
</style>
border-color css
<style>
span { border-color: #95A0A3; }
span { border-color: rgb(149,160,163); }
td.TdClassName
{
border-color: #95A0A3;
}
.TagClassName
{
border-color: #95A0A3;
}
</style>