Shades of Grey Chateau #9BA0A3
Tints of Grey Chateau #9BA0A3
RGB
CMYK
RGB Variations
Color information
#9BA0A3 (or 0x9BA0A3) is known color: Grey Chateau. HEX triplet: 9B, A0 and A3. RGB value is (155,160,163). Sum of RGB (Red+Green+Blue) = 155+160+163=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 163 - color contains mainly: blue. Hex color #9BA0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA0A3 is #645F5C. Grayscale: #9E9E9E. Windows color (decimal): -6578013 or 10723483. OLE color: 10723483.
HSL color Cylindrical-coordinate representation of color #9BA0A3: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9BA0A3 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 160 | 163 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.36 |
| HSL | 202.5º | 0.04% | 0.62% | - |
| HSV(B) | 202.5º | 0.05% | 0.64% | - |
| XYZ | 32.7 | 34.75 | 39.64 | - |
| YUV | 158.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 163 | 0.05 | 0.02 | 0 | 0.36 | 202.5 | 0.04 | 0.62 |
| Hex | 9B | A0 | A3 | 5 | 2 | 0 | 24 | CA | 4 | 3E |
| Octal | 233 | 240 | 243 | 5 | 2 | 0 | 44 | 312 | 4 | 76 |
| Binary | 10011011 | 10100000 | 10100011 | 101 | 10 | 0 | 100100 | 11001010 | 100 | 111110 |
Color Harmonies of #9BA0A3
Complementary color
Monochromatic Colors of #9BA0A3
Black with #9BA0A3
Text Example
Text Example
White with #9BA0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0A3; }
p { color: rgb(155,160,163); }
H1.HeaderClassName
{
color: #9BA0A3;
}
.AnyTagClassName
{
color: #9BA0A3;
}
</style>
background-color css
<style>
a { background-color: #9BA0A3; }
a { background-color: rgb(155,160,163); }
div.DivClassName
{
background-color: #9BA0A3;
}
.BgClassName
{
background-color: #9BA0A3;
}
</style>
border-color css
<style>
span { border-color: #9BA0A3; }
span { border-color: rgb(155,160,163); }
td.TdClassName
{
border-color: #9BA0A3;
}
.TagClassName
{
border-color: #9BA0A3;
}
</style>