Shades of Grey Chateau #A7ACB0
Tints of Grey Chateau #A7ACB0
RGB
CMYK
RGB Variations
Color information
#A7ACB0 (or 0xA7ACB0) is known color: Grey Chateau. HEX triplet: A7, AC and B0. RGB value is (167,172,176). Sum of RGB (Red+Green+Blue) = 167+172+176=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 176 - color contains mainly: blue. Hex color #A7ACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ACB0 is #58534F. Grayscale: #AAAAAA. Windows color (decimal): -5788496 or 11578535. OLE color: 11578535.
HSL color Cylindrical-coordinate representation of color #A7ACB0: hue angle of 206.67º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A7ACB0 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 172 | 176 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.31 |
| HSL | 206.67º | 0.05% | 0.67% | - |
| HSV(B) | 206.67º | 0.05% | 0.69% | - |
| XYZ | 38.53 | 40.86 | 46.93 | - |
| YUV | 170.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 176 | 0.05 | 0.02 | 0 | 0.31 | 206.67 | 0.05 | 0.67 |
| Hex | A7 | AC | B0 | 5 | 2 | 0 | 1F | CF | 5 | 43 |
| Octal | 247 | 254 | 260 | 5 | 2 | 0 | 37 | 317 | 5 | 103 |
| Binary | 10100111 | 10101100 | 10110000 | 101 | 10 | 0 | 11111 | 11001111 | 101 | 1000011 |
Color Harmonies of #A7ACB0
Complementary color
Monochromatic Colors of #A7ACB0
Black with #A7ACB0
Text Example
Text Example
White with #A7ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ACB0; }
p { color: rgb(167,172,176); }
H1.HeaderClassName
{
color: #A7ACB0;
}
.AnyTagClassName
{
color: #A7ACB0;
}
</style>
background-color css
<style>
a { background-color: #A7ACB0; }
a { background-color: rgb(167,172,176); }
div.DivClassName
{
background-color: #A7ACB0;
}
.BgClassName
{
background-color: #A7ACB0;
}
</style>
border-color css
<style>
span { border-color: #A7ACB0; }
span { border-color: rgb(167,172,176); }
td.TdClassName
{
border-color: #A7ACB0;
}
.TagClassName
{
border-color: #A7ACB0;
}
</style>