Shades of Grey Chateau #9DA0A2
Tints of Grey Chateau #9DA0A2
RGB
CMYK
RGB Variations
Color information
#9DA0A2 (or 0x9DA0A2) is known color: Grey Chateau. HEX triplet: 9D, A0 and A2. RGB value is (157,160,162). Sum of RGB (Red+Green+Blue) = 157+160+162=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 162 - color contains mainly: blue. Hex color #9DA0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA0A2 is #625F5D. Grayscale: #9F9F9F. Windows color (decimal): -6446942 or 10657949. OLE color: 10657949.
HSL color Cylindrical-coordinate representation of color #9DA0A2: hue angle of 204º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9DA0A2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 157 | 160 | 162 | - |
CMYK | 0.03 | 0.01 | 0 | 0.36 |
HSL | 204º | 0.03% | 0.63% | - |
HSV(B) | 204º | 0.03% | 0.64% | - |
XYZ | 33 | 34.92 | 39.18 | - |
YUV | 159.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 160 | 162 | 0.03 | 0.01 | 0 | 0.36 | 204 | 0.03 | 0.63 |
Hex | 9D | A0 | A2 | 3 | 1 | 0 | 24 | CC | 3 | 3F |
Octal | 235 | 240 | 242 | 3 | 1 | 0 | 44 | 314 | 3 | 77 |
Binary | 10011101 | 10100000 | 10100010 | 11 | 1 | 0 | 100100 | 11001100 | 11 | 111111 |
Color Harmonies of #9DA0A2
Complementary color
Monochromatic Colors of #9DA0A2
Black with #9DA0A2
Text Example
Text Example
White with #9DA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA0A2; }
p { color: rgb(157,160,162); }
H1.HeaderClassName
{
color: #9DA0A2;
}
.AnyTagClassName
{
color: #9DA0A2;
}
</style>
background-color css
<style>
a { background-color: #9DA0A2; }
a { background-color: rgb(157,160,162); }
div.DivClassName
{
background-color: #9DA0A2;
}
.BgClassName
{
background-color: #9DA0A2;
}
</style>
border-color css
<style>
span { border-color: #9DA0A2; }
span { border-color: rgb(157,160,162); }
td.TdClassName
{
border-color: #9DA0A2;
}
.TagClassName
{
border-color: #9DA0A2;
}
</style>