Shades of Botticelli #95A8AA
Tints of Botticelli #95A8AA
RGB
CMYK
RGB Variations
Color information
#95A8AA (or 0x95A8AA) is known color: Botticelli. HEX triplet: 95, A8 and AA. RGB value is (149,168,170). Sum of RGB (Red+Green+Blue) = 149+168+170=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #95A8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A8AA is #6A5755. Grayscale: #A2A2A2. Windows color (decimal): -6969174 or 11184277. OLE color: 11184277.
HSL color Cylindrical-coordinate representation of color #95A8AA: hue angle of 185.71º 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 #95A8AA is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 168 | 170 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.33 |
| HSL | 185.71º | 0.11% | 0.63% | - |
| HSV(B) | 185.71º | 0.12% | 0.67% | - |
| XYZ | 33.65 | 37.3 | 43.46 | - |
| YUV | 162.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 170 | 0.12 | 0.01 | 0 | 0.33 | 185.71 | 0.11 | 0.63 |
| Hex | 95 | A8 | AA | C | 1 | 0 | 21 | BA | B | 3F |
| Octal | 225 | 250 | 252 | 14 | 1 | 0 | 41 | 272 | 13 | 77 |
| Binary | 10010101 | 10101000 | 10101010 | 1100 | 1 | 0 | 100001 | 10111010 | 1011 | 111111 |
Color Harmonies of #95A8AA
Complementary color
Monochromatic Colors of #95A8AA
Black with #95A8AA
Text Example
Text Example
White with #95A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8AA; }
p { color: rgb(149,168,170); }
H1.HeaderClassName
{
color: #95A8AA;
}
.AnyTagClassName
{
color: #95A8AA;
}
</style>
background-color css
<style>
a { background-color: #95A8AA; }
a { background-color: rgb(149,168,170); }
div.DivClassName
{
background-color: #95A8AA;
}
.BgClassName
{
background-color: #95A8AA;
}
</style>
border-color css
<style>
span { border-color: #95A8AA; }
span { border-color: rgb(149,168,170); }
td.TdClassName
{
border-color: #95A8AA;
}
.TagClassName
{
border-color: #95A8AA;
}
</style>