Shades of Grey Chateau #93A0AB
Tints of Grey Chateau #93A0AB
RGB
CMYK
RGB Variations
Color information
#93A0AB (or 0x93A0AB) is known color: Grey Chateau. HEX triplet: 93, A0 and AB. RGB value is (147,160,171). Sum of RGB (Red+Green+Blue) = 147+160+171=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #93A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A0AB is #6C5F54. Grayscale: #9D9D9D. Windows color (decimal): -7102293 or 11247763. OLE color: 11247763.
HSL color Cylindrical-coordinate representation of color #93A0AB: hue angle of 207.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A0AB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 160 | 171 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.33 |
| HSL | 207.5º | 0.13% | 0.62% | - |
| HSV(B) | 207.5º | 0.14% | 0.67% | - |
| XYZ | 31.95 | 34.28 | 43.46 | - |
| YUV | 157.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 171 | 0.14 | 0.06 | 0 | 0.33 | 207.5 | 0.13 | 0.62 |
| Hex | 93 | A0 | AB | E | 6 | 0 | 21 | D0 | C | 3E |
| Octal | 223 | 240 | 253 | 16 | 6 | 0 | 41 | 320 | 14 | 76 |
| Binary | 10010011 | 10100000 | 10101011 | 1110 | 110 | 0 | 100001 | 11010000 | 1100 | 111110 |
Color Harmonies of #93A0AB
Complementary color
Monochromatic Colors of #93A0AB
Black with #93A0AB
Text Example
Text Example
White with #93A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0AB; }
p { color: rgb(147,160,171); }
H1.HeaderClassName
{
color: #93A0AB;
}
.AnyTagClassName
{
color: #93A0AB;
}
</style>
background-color css
<style>
a { background-color: #93A0AB; }
a { background-color: rgb(147,160,171); }
div.DivClassName
{
background-color: #93A0AB;
}
.BgClassName
{
background-color: #93A0AB;
}
</style>
border-color css
<style>
span { border-color: #93A0AB; }
span { border-color: rgb(147,160,171); }
td.TdClassName
{
border-color: #93A0AB;
}
.TagClassName
{
border-color: #93A0AB;
}
</style>