Shades of Grey Chateau #9DA0A4
Tints of Grey Chateau #9DA0A4
RGB
CMYK
RGB Variations
Color information
#9DA0A4 (or 0x9DA0A4) is known color: Grey Chateau. HEX triplet: 9D, A0 and A4. RGB value is (157,160,164). Sum of RGB (Red+Green+Blue) = 157+160+164=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 164 - color contains mainly: blue. Hex color #9DA0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA0A4 is #625F5B. Grayscale: #9F9F9F. Windows color (decimal): -6446940 or 10789021. OLE color: 10789021.
HSL color Cylindrical-coordinate representation of color #9DA0A4: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9DA0A4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 160 | 164 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.36 |
| HSL | 214.29º | 0.04% | 0.63% | - |
| HSV(B) | 214.29º | 0.04% | 0.64% | - |
| XYZ | 33.18 | 34.99 | 40.13 | - |
| YUV | 159.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 164 | 0.04 | 0.02 | 0 | 0.36 | 214.29 | 0.04 | 0.63 |
| Hex | 9D | A0 | A4 | 4 | 2 | 0 | 24 | D6 | 4 | 3F |
| Octal | 235 | 240 | 244 | 4 | 2 | 0 | 44 | 326 | 4 | 77 |
| Binary | 10011101 | 10100000 | 10100100 | 100 | 10 | 0 | 100100 | 11010110 | 100 | 111111 |
Color Harmonies of #9DA0A4
Complementary color
Monochromatic Colors of #9DA0A4
Black with #9DA0A4
Text Example
Text Example
White with #9DA0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA0A4; }
p { color: rgb(157,160,164); }
H1.HeaderClassName
{
color: #9DA0A4;
}
.AnyTagClassName
{
color: #9DA0A4;
}
</style>
background-color css
<style>
a { background-color: #9DA0A4; }
a { background-color: rgb(157,160,164); }
div.DivClassName
{
background-color: #9DA0A4;
}
.BgClassName
{
background-color: #9DA0A4;
}
</style>
border-color css
<style>
span { border-color: #9DA0A4; }
span { border-color: rgb(157,160,164); }
td.TdClassName
{
border-color: #9DA0A4;
}
.TagClassName
{
border-color: #9DA0A4;
}
</style>