Shades of Grey Chateau #9DA5AD
Tints of Grey Chateau #9DA5AD
RGB
CMYK
RGB Variations
Color information
#9DA5AD (or 0x9DA5AD) is known color: Grey Chateau. HEX triplet: 9D, A5 and AD. RGB value is (157,165,173). Sum of RGB (Red+Green+Blue) = 157+165+173=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA5AD is #625A52. Grayscale: #A3A3A3. Windows color (decimal): -6445651 or 11380125. OLE color: 11380125.
HSL color Cylindrical-coordinate representation of color #9DA5AD: hue angle of 210º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DA5AD is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 165 | 173 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.32 |
| HSL | 210º | 0.09% | 0.65% | - |
| HSV(B) | 210º | 0.09% | 0.68% | - |
| XYZ | 34.9 | 37.1 | 44.86 | - |
| YUV | 163.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 173 | 0.09 | 0.05 | 0 | 0.32 | 210 | 0.09 | 0.65 |
| Hex | 9D | A5 | AD | 9 | 5 | 0 | 20 | D2 | 9 | 41 |
| Octal | 235 | 245 | 255 | 11 | 5 | 0 | 40 | 322 | 11 | 101 |
| Binary | 10011101 | 10100101 | 10101101 | 1001 | 101 | 0 | 100000 | 11010010 | 1001 | 1000001 |
Color Harmonies of #9DA5AD
Complementary color
Monochromatic Colors of #9DA5AD
Black with #9DA5AD
Text Example
Text Example
White with #9DA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA5AD; }
p { color: rgb(157,165,173); }
H1.HeaderClassName
{
color: #9DA5AD;
}
.AnyTagClassName
{
color: #9DA5AD;
}
</style>
background-color css
<style>
a { background-color: #9DA5AD; }
a { background-color: rgb(157,165,173); }
div.DivClassName
{
background-color: #9DA5AD;
}
.BgClassName
{
background-color: #9DA5AD;
}
</style>
border-color css
<style>
span { border-color: #9DA5AD; }
span { border-color: rgb(157,165,173); }
td.TdClassName
{
border-color: #9DA5AD;
}
.TagClassName
{
border-color: #9DA5AD;
}
</style>