Shades of Grey Chateau #9CA4AF
Tints of Grey Chateau #9CA4AF
RGB
CMYK
RGB Variations
Color information
#9CA4AF (or 0x9CA4AF) is known color: Grey Chateau. HEX triplet: 9C, A4 and AF. RGB value is (156,164,175). Sum of RGB (Red+Green+Blue) = 156+164+175=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #9CA4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA4AF is #635B50. Grayscale: #A2A2A2. Windows color (decimal): -6511441 or 11510940. OLE color: 11510940.
HSL color Cylindrical-coordinate representation of color #9CA4AF: hue angle of 214.74º 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 #9CA4AF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 164 | 175 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.31 |
| HSL | 214.74º | 0.11% | 0.65% | - |
| HSV(B) | 214.74º | 0.11% | 0.69% | - |
| XYZ | 34.72 | 36.71 | 45.81 | - |
| YUV | 162.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 175 | 0.11 | 0.06 | 0 | 0.31 | 214.74 | 0.11 | 0.65 |
| Hex | 9C | A4 | AF | B | 6 | 0 | 1F | D7 | B | 41 |
| Octal | 234 | 244 | 257 | 13 | 6 | 0 | 37 | 327 | 13 | 101 |
| Binary | 10011100 | 10100100 | 10101111 | 1011 | 110 | 0 | 11111 | 11010111 | 1011 | 1000001 |
Color Harmonies of #9CA4AF
Complementary color
Monochromatic Colors of #9CA4AF
Black with #9CA4AF
Text Example
Text Example
White with #9CA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA4AF; }
p { color: rgb(156,164,175); }
H1.HeaderClassName
{
color: #9CA4AF;
}
.AnyTagClassName
{
color: #9CA4AF;
}
</style>
background-color css
<style>
a { background-color: #9CA4AF; }
a { background-color: rgb(156,164,175); }
div.DivClassName
{
background-color: #9CA4AF;
}
.BgClassName
{
background-color: #9CA4AF;
}
</style>
border-color css
<style>
span { border-color: #9CA4AF; }
span { border-color: rgb(156,164,175); }
td.TdClassName
{
border-color: #9CA4AF;
}
.TagClassName
{
border-color: #9CA4AF;
}
</style>