Shades of Grey Chateau #93A1AF
Tints of Grey Chateau #93A1AF
RGB
CMYK
RGB Variations
Color information
#93A1AF (or 0x93A1AF) is known color: Grey Chateau. HEX triplet: 93, A1 and AF. RGB value is (147,161,175). Sum of RGB (Red+Green+Blue) = 147+161+175=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #93A1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A1AF is #6C5E50. Grayscale: #9E9E9E. Windows color (decimal): -7102033 or 11510163. OLE color: 11510163.
HSL color Cylindrical-coordinate representation of color #93A1AF: hue angle of 210º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93A1AF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 161 | 175 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.31 |
| HSL | 210º | 0.15% | 0.63% | - |
| HSV(B) | 210º | 0.16% | 0.69% | - |
| XYZ | 32.52 | 34.79 | 45.56 | - |
| YUV | 158.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 175 | 0.16 | 0.08 | 0 | 0.31 | 210 | 0.15 | 0.63 |
| Hex | 93 | A1 | AF | 10 | 8 | 0 | 1F | D2 | F | 3F |
| Octal | 223 | 241 | 257 | 20 | 10 | 0 | 37 | 322 | 17 | 77 |
| Binary | 10010011 | 10100001 | 10101111 | 10000 | 1000 | 0 | 11111 | 11010010 | 1111 | 111111 |
Color Harmonies of #93A1AF
Complementary color
Monochromatic Colors of #93A1AF
Black with #93A1AF
Text Example
Text Example
White with #93A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1AF; }
p { color: rgb(147,161,175); }
H1.HeaderClassName
{
color: #93A1AF;
}
.AnyTagClassName
{
color: #93A1AF;
}
</style>
background-color css
<style>
a { background-color: #93A1AF; }
a { background-color: rgb(147,161,175); }
div.DivClassName
{
background-color: #93A1AF;
}
.BgClassName
{
background-color: #93A1AF;
}
</style>
border-color css
<style>
span { border-color: #93A1AF; }
span { border-color: rgb(147,161,175); }
td.TdClassName
{
border-color: #93A1AF;
}
.TagClassName
{
border-color: #93A1AF;
}
</style>