Shades of Grey Chateau #9BA6AE
Tints of Grey Chateau #9BA6AE
RGB
CMYK
RGB Variations
Color information
#9BA6AE (or 0x9BA6AE) is known color: Grey Chateau. HEX triplet: 9B, A6 and AE. RGB value is (155,166,174). Sum of RGB (Red+Green+Blue) = 155+166+174=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA6AE is #645951. Grayscale: #A3A3A3. Windows color (decimal): -6576466 or 11445915. OLE color: 11445915.
HSL color Cylindrical-coordinate representation of color #9BA6AE: hue angle of 205.26º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA6AE is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 166 | 174 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.32 |
| HSL | 205.26º | 0.1% | 0.65% | - |
| HSV(B) | 205.26º | 0.11% | 0.68% | - |
| XYZ | 34.79 | 37.3 | 45.41 | - |
| YUV | 163.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 174 | 0.11 | 0.05 | 0 | 0.32 | 205.26 | 0.1 | 0.65 |
| Hex | 9B | A6 | AE | B | 5 | 0 | 20 | CD | A | 41 |
| Octal | 233 | 246 | 256 | 13 | 5 | 0 | 40 | 315 | 12 | 101 |
| Binary | 10011011 | 10100110 | 10101110 | 1011 | 101 | 0 | 100000 | 11001101 | 1010 | 1000001 |
Color Harmonies of #9BA6AE
Complementary color
Monochromatic Colors of #9BA6AE
Black with #9BA6AE
Text Example
Text Example
White with #9BA6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA6AE; }
p { color: rgb(155,166,174); }
H1.HeaderClassName
{
color: #9BA6AE;
}
.AnyTagClassName
{
color: #9BA6AE;
}
</style>
background-color css
<style>
a { background-color: #9BA6AE; }
a { background-color: rgb(155,166,174); }
div.DivClassName
{
background-color: #9BA6AE;
}
.BgClassName
{
background-color: #9BA6AE;
}
</style>
border-color css
<style>
span { border-color: #9BA6AE; }
span { border-color: rgb(155,166,174); }
td.TdClassName
{
border-color: #9BA6AE;
}
.TagClassName
{
border-color: #9BA6AE;
}
</style>