Shades of Grey Chateau #9DA8AF
Tints of Grey Chateau #9DA8AF
RGB
CMYK
RGB Variations
Color information
#9DA8AF (or 0x9DA8AF) is known color: Grey Chateau. HEX triplet: 9D, A8 and AF. RGB value is (157,168,175). Sum of RGB (Red+Green+Blue) = 157+168+175=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA8AF is #625750. Grayscale: #A5A5A5. Windows color (decimal): -6444881 or 11511965. OLE color: 11511965.
HSL color Cylindrical-coordinate representation of color #9DA8AF: hue angle of 203.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DA8AF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 168 | 175 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.31 |
| HSL | 203.33º | 0.1% | 0.65% | - |
| HSV(B) | 203.33º | 0.1% | 0.69% | - |
| XYZ | 35.65 | 38.27 | 46.07 | - |
| YUV | 165.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 175 | 0.10 | 0.04 | 0 | 0.31 | 203.33 | 0.1 | 0.65 |
| Hex | 9D | A8 | AF | A | 4 | 0 | 1F | CB | A | 41 |
| Octal | 235 | 250 | 257 | 12 | 4 | 0 | 37 | 313 | 12 | 101 |
| Binary | 10011101 | 10101000 | 10101111 | 1010 | 100 | 0 | 11111 | 11001011 | 1010 | 1000001 |
Color Harmonies of #9DA8AF
Complementary color
Monochromatic Colors of #9DA8AF
Black with #9DA8AF
Text Example
Text Example
White with #9DA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8AF; }
p { color: rgb(157,168,175); }
H1.HeaderClassName
{
color: #9DA8AF;
}
.AnyTagClassName
{
color: #9DA8AF;
}
</style>
background-color css
<style>
a { background-color: #9DA8AF; }
a { background-color: rgb(157,168,175); }
div.DivClassName
{
background-color: #9DA8AF;
}
.BgClassName
{
background-color: #9DA8AF;
}
</style>
border-color css
<style>
span { border-color: #9DA8AF; }
span { border-color: rgb(157,168,175); }
td.TdClassName
{
border-color: #9DA8AF;
}
.TagClassName
{
border-color: #9DA8AF;
}
</style>