Shades of Grey Chateau #9BA3AF
Tints of Grey Chateau #9BA3AF
RGB
CMYK
RGB Variations
Color information
#9BA3AF (or 0x9BA3AF) is known color: Grey Chateau. HEX triplet: 9B, A3 and AF. RGB value is (155,163,175). Sum of RGB (Red+Green+Blue) = 155+163+175=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA3AF is #645C50. Grayscale: #A1A1A1. Windows color (decimal): -6577233 or 11510683. OLE color: 11510683.
HSL color Cylindrical-coordinate representation of color #9BA3AF: hue angle of 216º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA3AF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 163 | 175 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.31 |
| HSL | 216º | 0.11% | 0.65% | - |
| HSV(B) | 216º | 0.11% | 0.69% | - |
| XYZ | 34.35 | 36.26 | 45.75 | - |
| YUV | 161.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 175 | 0.11 | 0.07 | 0 | 0.31 | 216 | 0.11 | 0.65 |
| Hex | 9B | A3 | AF | B | 7 | 0 | 1F | D8 | B | 41 |
| Octal | 233 | 243 | 257 | 13 | 7 | 0 | 37 | 330 | 13 | 101 |
| Binary | 10011011 | 10100011 | 10101111 | 1011 | 111 | 0 | 11111 | 11011000 | 1011 | 1000001 |
Color Harmonies of #9BA3AF
Complementary color
Monochromatic Colors of #9BA3AF
Black with #9BA3AF
Text Example
Text Example
White with #9BA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3AF; }
p { color: rgb(155,163,175); }
H1.HeaderClassName
{
color: #9BA3AF;
}
.AnyTagClassName
{
color: #9BA3AF;
}
</style>
background-color css
<style>
a { background-color: #9BA3AF; }
a { background-color: rgb(155,163,175); }
div.DivClassName
{
background-color: #9BA3AF;
}
.BgClassName
{
background-color: #9BA3AF;
}
</style>
border-color css
<style>
span { border-color: #9BA3AF; }
span { border-color: rgb(155,163,175); }
td.TdClassName
{
border-color: #9BA3AF;
}
.TagClassName
{
border-color: #9BA3AF;
}
</style>