Shades of Grey Chateau #9BA2AB
Tints of Grey Chateau #9BA2AB
RGB
CMYK
RGB Variations
Color information
#9BA2AB (or 0x9BA2AB) is known color: Grey Chateau. HEX triplet: 9B, A2 and AB. RGB value is (155,162,171). Sum of RGB (Red+Green+Blue) = 155+162+171=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #9BA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA2AB is #645D54. Grayscale: #A0A0A0. Windows color (decimal): -6577493 or 11248283. OLE color: 11248283.
HSL color Cylindrical-coordinate representation of color #9BA2AB: hue angle of 213.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BA2AB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 162 | 171 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.33 |
| HSL | 213.75º | 0.09% | 0.64% | - |
| HSV(B) | 213.75º | 0.09% | 0.67% | - |
| XYZ | 33.79 | 35.75 | 43.65 | - |
| YUV | 160.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 171 | 0.09 | 0.05 | 0 | 0.33 | 213.75 | 0.09 | 0.64 |
| Hex | 9B | A2 | AB | 9 | 5 | 0 | 21 | D6 | 9 | 40 |
| Octal | 233 | 242 | 253 | 11 | 5 | 0 | 41 | 326 | 11 | 100 |
| Binary | 10011011 | 10100010 | 10101011 | 1001 | 101 | 0 | 100001 | 11010110 | 1001 | 1000000 |
Color Harmonies of #9BA2AB
Complementary color
Monochromatic Colors of #9BA2AB
Black with #9BA2AB
Text Example
Text Example
White with #9BA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2AB; }
p { color: rgb(155,162,171); }
H1.HeaderClassName
{
color: #9BA2AB;
}
.AnyTagClassName
{
color: #9BA2AB;
}
</style>
background-color css
<style>
a { background-color: #9BA2AB; }
a { background-color: rgb(155,162,171); }
div.DivClassName
{
background-color: #9BA2AB;
}
.BgClassName
{
background-color: #9BA2AB;
}
</style>
border-color css
<style>
span { border-color: #9BA2AB; }
span { border-color: rgb(155,162,171); }
td.TdClassName
{
border-color: #9BA2AB;
}
.TagClassName
{
border-color: #9BA2AB;
}
</style>