Shades of Grey Chateau #92A0AB
Tints of Grey Chateau #92A0AB
RGB
CMYK
RGB Variations
Color information
#92A0AB (or 0x92A0AB) is known color: Grey Chateau. HEX triplet: 92, A0 and AB. RGB value is (146,160,171). Sum of RGB (Red+Green+Blue) = 146+160+171=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #92A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A0AB is #6D5F54. Grayscale: #9D9D9D. Windows color (decimal): -7167829 or 11247762. OLE color: 11247762.
HSL color Cylindrical-coordinate representation of color #92A0AB: hue angle of 206.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92A0AB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 160 | 171 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.33 |
| HSL | 206.4º | 0.13% | 0.62% | - |
| HSV(B) | 206.4º | 0.15% | 0.67% | - |
| XYZ | 31.78 | 34.19 | 43.45 | - |
| YUV | 157.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 171 | 0.15 | 0.06 | 0 | 0.33 | 206.4 | 0.13 | 0.62 |
| Hex | 92 | A0 | AB | F | 6 | 0 | 21 | CE | D | 3E |
| Octal | 222 | 240 | 253 | 17 | 6 | 0 | 41 | 316 | 15 | 76 |
| Binary | 10010010 | 10100000 | 10101011 | 1111 | 110 | 0 | 100001 | 11001110 | 1101 | 111110 |
Color Harmonies of #92A0AB
Complementary color
Monochromatic Colors of #92A0AB
Black with #92A0AB
Text Example
Text Example
White with #92A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A0AB; }
p { color: rgb(146,160,171); }
H1.HeaderClassName
{
color: #92A0AB;
}
.AnyTagClassName
{
color: #92A0AB;
}
</style>
background-color css
<style>
a { background-color: #92A0AB; }
a { background-color: rgb(146,160,171); }
div.DivClassName
{
background-color: #92A0AB;
}
.BgClassName
{
background-color: #92A0AB;
}
</style>
border-color css
<style>
span { border-color: #92A0AB; }
span { border-color: rgb(146,160,171); }
td.TdClassName
{
border-color: #92A0AB;
}
.TagClassName
{
border-color: #92A0AB;
}
</style>