Shades of Grey Chateau #9BA2AD
Tints of Grey Chateau #9BA2AD
RGB
CMYK
RGB Variations
Color information
#9BA2AD (or 0x9BA2AD) is known color: Grey Chateau. HEX triplet: 9B, A2 and AD. RGB value is (155,162,173). Sum of RGB (Red+Green+Blue) = 155+162+173=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA2AD is #645D52. Grayscale: #A1A1A1. Windows color (decimal): -6577491 or 11379355. OLE color: 11379355.
HSL color Cylindrical-coordinate representation of color #9BA2AD: hue angle of 216.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BA2AD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 162 | 173 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.32 |
| HSL | 216.67º | 0.1% | 0.64% | - |
| HSV(B) | 216.67º | 0.1% | 0.68% | - |
| XYZ | 33.98 | 35.83 | 44.66 | - |
| YUV | 161.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 173 | 0.10 | 0.06 | 0 | 0.32 | 216.67 | 0.1 | 0.64 |
| Hex | 9B | A2 | AD | A | 6 | 0 | 20 | D9 | A | 40 |
| Octal | 233 | 242 | 255 | 12 | 6 | 0 | 40 | 331 | 12 | 100 |
| Binary | 10011011 | 10100010 | 10101101 | 1010 | 110 | 0 | 100000 | 11011001 | 1010 | 1000000 |
Color Harmonies of #9BA2AD
Complementary color
Monochromatic Colors of #9BA2AD
Black with #9BA2AD
Text Example
Text Example
White with #9BA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2AD; }
p { color: rgb(155,162,173); }
H1.HeaderClassName
{
color: #9BA2AD;
}
.AnyTagClassName
{
color: #9BA2AD;
}
</style>
background-color css
<style>
a { background-color: #9BA2AD; }
a { background-color: rgb(155,162,173); }
div.DivClassName
{
background-color: #9BA2AD;
}
.BgClassName
{
background-color: #9BA2AD;
}
</style>
border-color css
<style>
span { border-color: #9BA2AD; }
span { border-color: rgb(155,162,173); }
td.TdClassName
{
border-color: #9BA2AD;
}
.TagClassName
{
border-color: #9BA2AD;
}
</style>