Shades of Grey Chateau #929CAA
Tints of Grey Chateau #929CAA
RGB
CMYK
RGB Variations
Color information
#929CAA (or 0x929CAA) is known color: Grey Chateau. HEX triplet: 92, 9C and AA. RGB value is (146,156,170). Sum of RGB (Red+Green+Blue) = 146+156+170=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #929CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929CAA is #6D6355. Grayscale: #9A9A9A. Windows color (decimal): -7168854 or 11181202. OLE color: 11181202.
HSL color Cylindrical-coordinate representation of color #929CAA: hue angle of 215º 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 #929CAA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 156 | 170 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.33 |
| HSL | 215º | 0.12% | 0.62% | - |
| HSV(B) | 215º | 0.14% | 0.67% | - |
| XYZ | 31 | 32.79 | 42.73 | - |
| YUV | 154.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 170 | 0.14 | 0.08 | 0 | 0.33 | 215 | 0.12 | 0.62 |
| Hex | 92 | 9C | AA | E | 8 | 0 | 21 | D7 | C | 3E |
| Octal | 222 | 234 | 252 | 16 | 10 | 0 | 41 | 327 | 14 | 76 |
| Binary | 10010010 | 10011100 | 10101010 | 1110 | 1000 | 0 | 100001 | 11010111 | 1100 | 111110 |
Color Harmonies of #929CAA
Complementary color
Monochromatic Colors of #929CAA
Black with #929CAA
Text Example
Text Example
White with #929CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CAA; }
p { color: rgb(146,156,170); }
H1.HeaderClassName
{
color: #929CAA;
}
.AnyTagClassName
{
color: #929CAA;
}
</style>
background-color css
<style>
a { background-color: #929CAA; }
a { background-color: rgb(146,156,170); }
div.DivClassName
{
background-color: #929CAA;
}
.BgClassName
{
background-color: #929CAA;
}
</style>
border-color css
<style>
span { border-color: #929CAA; }
span { border-color: rgb(146,156,170); }
td.TdClassName
{
border-color: #929CAA;
}
.TagClassName
{
border-color: #929CAA;
}
</style>