Shades of Grey Chateau #9BA1AB
Tints of Grey Chateau #9BA1AB
RGB
CMYK
RGB Variations
Color information
#9BA1AB (or 0x9BA1AB) is known color: Grey Chateau. HEX triplet: 9B, A1 and AB. RGB value is (155,161,171). Sum of RGB (Red+Green+Blue) = 155+161+171=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #9BA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA1AB is #645E54. Grayscale: #A0A0A0. Windows color (decimal): -6577749 or 11248027. OLE color: 11248027.
HSL color Cylindrical-coordinate representation of color #9BA1AB: hue angle of 217.5º 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 #9BA1AB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 161 | 171 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.33 |
| HSL | 217.5º | 0.09% | 0.64% | - |
| HSV(B) | 217.5º | 0.09% | 0.67% | - |
| XYZ | 33.61 | 35.4 | 43.59 | - |
| YUV | 160.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 171 | 0.09 | 0.06 | 0 | 0.33 | 217.5 | 0.09 | 0.64 |
| Hex | 9B | A1 | AB | 9 | 6 | 0 | 21 | DA | 9 | 40 |
| Octal | 233 | 241 | 253 | 11 | 6 | 0 | 41 | 332 | 11 | 100 |
| Binary | 10011011 | 10100001 | 10101011 | 1001 | 110 | 0 | 100001 | 11011010 | 1001 | 1000000 |
Color Harmonies of #9BA1AB
Complementary color
Monochromatic Colors of #9BA1AB
Black with #9BA1AB
Text Example
Text Example
White with #9BA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1AB; }
p { color: rgb(155,161,171); }
H1.HeaderClassName
{
color: #9BA1AB;
}
.AnyTagClassName
{
color: #9BA1AB;
}
</style>
background-color css
<style>
a { background-color: #9BA1AB; }
a { background-color: rgb(155,161,171); }
div.DivClassName
{
background-color: #9BA1AB;
}
.BgClassName
{
background-color: #9BA1AB;
}
</style>
border-color css
<style>
span { border-color: #9BA1AB; }
span { border-color: rgb(155,161,171); }
td.TdClassName
{
border-color: #9BA1AB;
}
.TagClassName
{
border-color: #9BA1AB;
}
</style>