Shades of Grey Chateau #94A1AB
Tints of Grey Chateau #94A1AB
RGB
CMYK
RGB Variations
Color information
#94A1AB (or 0x94A1AB) is known color: Grey Chateau. HEX triplet: 94, A1 and AB. RGB value is (148,161,171). Sum of RGB (Red+Green+Blue) = 148+161+171=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #94A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1AB is #6B5E54. Grayscale: #9E9E9E. Windows color (decimal): -7036501 or 11248020. OLE color: 11248020.
HSL color Cylindrical-coordinate representation of color #94A1AB: hue angle of 206.09º 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 #94A1AB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 161 | 171 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.33 |
| HSL | 206.09º | 0.12% | 0.63% | - |
| HSV(B) | 206.09º | 0.13% | 0.67% | - |
| XYZ | 32.31 | 34.73 | 43.53 | - |
| YUV | 158.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 171 | 0.13 | 0.06 | 0 | 0.33 | 206.09 | 0.12 | 0.63 |
| Hex | 94 | A1 | AB | D | 6 | 0 | 21 | CE | C | 3F |
| Octal | 224 | 241 | 253 | 15 | 6 | 0 | 41 | 316 | 14 | 77 |
| Binary | 10010100 | 10100001 | 10101011 | 1101 | 110 | 0 | 100001 | 11001110 | 1100 | 111111 |
Color Harmonies of #94A1AB
Complementary color
Monochromatic Colors of #94A1AB
Black with #94A1AB
Text Example
Text Example
White with #94A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1AB; }
p { color: rgb(148,161,171); }
H1.HeaderClassName
{
color: #94A1AB;
}
.AnyTagClassName
{
color: #94A1AB;
}
</style>
background-color css
<style>
a { background-color: #94A1AB; }
a { background-color: rgb(148,161,171); }
div.DivClassName
{
background-color: #94A1AB;
}
.BgClassName
{
background-color: #94A1AB;
}
</style>
border-color css
<style>
span { border-color: #94A1AB; }
span { border-color: rgb(148,161,171); }
td.TdClassName
{
border-color: #94A1AB;
}
.TagClassName
{
border-color: #94A1AB;
}
</style>