Shades of Botticelli #94A6AB
Tints of Botticelli #94A6AB
RGB
CMYK
RGB Variations
Color information
#94A6AB (or 0x94A6AB) is known color: Botticelli. HEX triplet: 94, A6 and AB. RGB value is (148,166,171). Sum of RGB (Red+Green+Blue) = 148+166+171=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #94A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A6AB is #6B5954. Grayscale: #A1A1A1. Windows color (decimal): -7035221 or 11249300. OLE color: 11249300.
HSL color Cylindrical-coordinate representation of color #94A6AB: hue angle of 193.04º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94A6AB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 166 | 171 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.33 |
| HSL | 193.04º | 0.12% | 0.63% | - |
| HSV(B) | 193.04º | 0.13% | 0.67% | - |
| XYZ | 33.2 | 36.51 | 43.83 | - |
| YUV | 161.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 171 | 0.13 | 0.03 | 0 | 0.33 | 193.04 | 0.12 | 0.63 |
| Hex | 94 | A6 | AB | D | 3 | 0 | 21 | C1 | C | 3F |
| Octal | 224 | 246 | 253 | 15 | 3 | 0 | 41 | 301 | 14 | 77 |
| Binary | 10010100 | 10100110 | 10101011 | 1101 | 11 | 0 | 100001 | 11000001 | 1100 | 111111 |
Color Harmonies of #94A6AB
Complementary color
Monochromatic Colors of #94A6AB
Black with #94A6AB
Text Example
Text Example
White with #94A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A6AB; }
p { color: rgb(148,166,171); }
H1.HeaderClassName
{
color: #94A6AB;
}
.AnyTagClassName
{
color: #94A6AB;
}
</style>
background-color css
<style>
a { background-color: #94A6AB; }
a { background-color: rgb(148,166,171); }
div.DivClassName
{
background-color: #94A6AB;
}
.BgClassName
{
background-color: #94A6AB;
}
</style>
border-color css
<style>
span { border-color: #94A6AB; }
span { border-color: rgb(148,166,171); }
td.TdClassName
{
border-color: #94A6AB;
}
.TagClassName
{
border-color: #94A6AB;
}
</style>