Shades of Grey Chateau #93A1AA
Tints of Grey Chateau #93A1AA
RGB
CMYK
RGB Variations
Color information
#93A1AA (or 0x93A1AA) is known color: Grey Chateau. HEX triplet: 93, A1 and AA. RGB value is (147,161,170). Sum of RGB (Red+Green+Blue) = 147+161+170=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #93A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A1AA is #6C5E55. Grayscale: #9D9D9D. Windows color (decimal): -7102038 or 11182483. OLE color: 11182483.
HSL color Cylindrical-coordinate representation of color #93A1AA: hue angle of 203.48º 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 #93A1AA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 161 | 170 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.33 |
| HSL | 203.48º | 0.12% | 0.62% | - |
| HSV(B) | 203.48º | 0.14% | 0.67% | - |
| XYZ | 32.03 | 34.6 | 43.02 | - |
| YUV | 157.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 170 | 0.14 | 0.05 | 0 | 0.33 | 203.48 | 0.12 | 0.62 |
| Hex | 93 | A1 | AA | E | 5 | 0 | 21 | CB | C | 3E |
| Octal | 223 | 241 | 252 | 16 | 5 | 0 | 41 | 313 | 14 | 76 |
| Binary | 10010011 | 10100001 | 10101010 | 1110 | 101 | 0 | 100001 | 11001011 | 1100 | 111110 |
Color Harmonies of #93A1AA
Complementary color
Monochromatic Colors of #93A1AA
Black with #93A1AA
Text Example
Text Example
White with #93A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1AA; }
p { color: rgb(147,161,170); }
H1.HeaderClassName
{
color: #93A1AA;
}
.AnyTagClassName
{
color: #93A1AA;
}
</style>
background-color css
<style>
a { background-color: #93A1AA; }
a { background-color: rgb(147,161,170); }
div.DivClassName
{
background-color: #93A1AA;
}
.BgClassName
{
background-color: #93A1AA;
}
</style>
border-color css
<style>
span { border-color: #93A1AA; }
span { border-color: rgb(147,161,170); }
td.TdClassName
{
border-color: #93A1AA;
}
.TagClassName
{
border-color: #93A1AA;
}
</style>