Shades of Grey Chateau #92A1AD
Tints of Grey Chateau #92A1AD
RGB
CMYK
RGB Variations
Color information
#92A1AD (or 0x92A1AD) is known color: Grey Chateau. HEX triplet: 92, A1 and AD. RGB value is (146,161,173). Sum of RGB (Red+Green+Blue) = 146+161+173=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #92A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A1AD is #6D5E52. Grayscale: #9D9D9D. Windows color (decimal): -7167571 or 11379090. OLE color: 11379090.
HSL color Cylindrical-coordinate representation of color #92A1AD: hue angle of 206.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92A1AD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 161 | 173 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.32 |
| HSL | 206.67º | 0.14% | 0.63% | - |
| HSV(B) | 206.67º | 0.16% | 0.68% | - |
| XYZ | 32.14 | 34.62 | 44.52 | - |
| YUV | 157.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 173 | 0.16 | 0.07 | 0 | 0.32 | 206.67 | 0.14 | 0.63 |
| Hex | 92 | A1 | AD | 10 | 7 | 0 | 20 | CF | E | 3F |
| Octal | 222 | 241 | 255 | 20 | 7 | 0 | 40 | 317 | 16 | 77 |
| Binary | 10010010 | 10100001 | 10101101 | 10000 | 111 | 0 | 100000 | 11001111 | 1110 | 111111 |
Color Harmonies of #92A1AD
Complementary color
Monochromatic Colors of #92A1AD
Black with #92A1AD
Text Example
Text Example
White with #92A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1AD; }
p { color: rgb(146,161,173); }
H1.HeaderClassName
{
color: #92A1AD;
}
.AnyTagClassName
{
color: #92A1AD;
}
</style>
background-color css
<style>
a { background-color: #92A1AD; }
a { background-color: rgb(146,161,173); }
div.DivClassName
{
background-color: #92A1AD;
}
.BgClassName
{
background-color: #92A1AD;
}
</style>
border-color css
<style>
span { border-color: #92A1AD; }
span { border-color: rgb(146,161,173); }
td.TdClassName
{
border-color: #92A1AD;
}
.TagClassName
{
border-color: #92A1AD;
}
</style>