Shades of Grey Chateau #9BA3AD
Tints of Grey Chateau #9BA3AD
RGB
CMYK
RGB Variations
Color information
#9BA3AD (or 0x9BA3AD) is known color: Grey Chateau. HEX triplet: 9B, A3 and AD. RGB value is (155,163,173). Sum of RGB (Red+Green+Blue) = 155+163+173=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA3AD is #645C52. Grayscale: #A1A1A1. Windows color (decimal): -6577235 or 11379611. OLE color: 11379611.
HSL color Cylindrical-coordinate representation of color #9BA3AD: hue angle of 213.33º 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 #9BA3AD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 163 | 173 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.32 |
| HSL | 213.33º | 0.1% | 0.64% | - |
| HSV(B) | 213.33º | 0.1% | 0.68% | - |
| XYZ | 34.16 | 36.18 | 44.72 | - |
| YUV | 161.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 173 | 0.10 | 0.06 | 0 | 0.32 | 213.33 | 0.1 | 0.64 |
| Hex | 9B | A3 | AD | A | 6 | 0 | 20 | D5 | A | 40 |
| Octal | 233 | 243 | 255 | 12 | 6 | 0 | 40 | 325 | 12 | 100 |
| Binary | 10011011 | 10100011 | 10101101 | 1010 | 110 | 0 | 100000 | 11010101 | 1010 | 1000000 |
Color Harmonies of #9BA3AD
Complementary color
Monochromatic Colors of #9BA3AD
Black with #9BA3AD
Text Example
Text Example
White with #9BA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3AD; }
p { color: rgb(155,163,173); }
H1.HeaderClassName
{
color: #9BA3AD;
}
.AnyTagClassName
{
color: #9BA3AD;
}
</style>
background-color css
<style>
a { background-color: #9BA3AD; }
a { background-color: rgb(155,163,173); }
div.DivClassName
{
background-color: #9BA3AD;
}
.BgClassName
{
background-color: #9BA3AD;
}
</style>
border-color css
<style>
span { border-color: #9BA3AD; }
span { border-color: rgb(155,163,173); }
td.TdClassName
{
border-color: #9BA3AD;
}
.TagClassName
{
border-color: #9BA3AD;
}
</style>