Shades of Botticelli #95A5AA
Tints of Botticelli #95A5AA
RGB
CMYK
RGB Variations
Color information
#95A5AA (or 0x95A5AA) is known color: Botticelli. HEX triplet: 95, A5 and AA. RGB value is (149,165,170). Sum of RGB (Red+Green+Blue) = 149+165+170=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #95A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A5AA is #6A5A55. Grayscale: #A0A0A0. Windows color (decimal): -6969942 or 11183509. OLE color: 11183509.
HSL color Cylindrical-coordinate representation of color #95A5AA: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A5AA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 165 | 170 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.33 |
| HSL | 194.29º | 0.11% | 0.63% | - |
| HSV(B) | 194.29º | 0.12% | 0.67% | - |
| XYZ | 33.11 | 36.2 | 43.27 | - |
| YUV | 160.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 170 | 0.12 | 0.03 | 0 | 0.33 | 194.29 | 0.11 | 0.63 |
| Hex | 95 | A5 | AA | C | 3 | 0 | 21 | C2 | B | 3F |
| Octal | 225 | 245 | 252 | 14 | 3 | 0 | 41 | 302 | 13 | 77 |
| Binary | 10010101 | 10100101 | 10101010 | 1100 | 11 | 0 | 100001 | 11000010 | 1011 | 111111 |
Color Harmonies of #95A5AA
Complementary color
Monochromatic Colors of #95A5AA
Black with #95A5AA
Text Example
Text Example
White with #95A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A5AA; }
p { color: rgb(149,165,170); }
H1.HeaderClassName
{
color: #95A5AA;
}
.AnyTagClassName
{
color: #95A5AA;
}
</style>
background-color css
<style>
a { background-color: #95A5AA; }
a { background-color: rgb(149,165,170); }
div.DivClassName
{
background-color: #95A5AA;
}
.BgClassName
{
background-color: #95A5AA;
}
</style>
border-color css
<style>
span { border-color: #95A5AA; }
span { border-color: rgb(149,165,170); }
td.TdClassName
{
border-color: #95A5AA;
}
.TagClassName
{
border-color: #95A5AA;
}
</style>