Shades of Grey Chateau #A6ACB1
Tints of Grey Chateau #A6ACB1
RGB
CMYK
RGB Variations
Color information
#A6ACB1 (or 0xA6ACB1) is known color: Grey Chateau. HEX triplet: A6, AC and B1. RGB value is (166,172,177). Sum of RGB (Red+Green+Blue) = 166+172+177=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 177 - color contains mainly: blue. Hex color #A6ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACB1 is #59534E. Grayscale: #AAAAAA. Windows color (decimal): -5854031 or 11644070. OLE color: 11644070.
HSL color Cylindrical-coordinate representation of color #A6ACB1: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6ACB1 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 172 | 177 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.31 |
| HSL | 207.27º | 0.07% | 0.67% | - |
| HSV(B) | 207.27º | 0.06% | 0.69% | - |
| XYZ | 38.41 | 40.79 | 47.44 | - |
| YUV | 170.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 177 | 0.06 | 0.03 | 0 | 0.31 | 207.27 | 0.07 | 0.67 |
| Hex | A6 | AC | B1 | 6 | 3 | 0 | 1F | CF | 7 | 43 |
| Octal | 246 | 254 | 261 | 6 | 3 | 0 | 37 | 317 | 7 | 103 |
| Binary | 10100110 | 10101100 | 10110001 | 110 | 11 | 0 | 11111 | 11001111 | 111 | 1000011 |
Color Harmonies of #A6ACB1
Complementary color
Monochromatic Colors of #A6ACB1
Black with #A6ACB1
Text Example
Text Example
White with #A6ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACB1; }
p { color: rgb(166,172,177); }
H1.HeaderClassName
{
color: #A6ACB1;
}
.AnyTagClassName
{
color: #A6ACB1;
}
</style>
background-color css
<style>
a { background-color: #A6ACB1; }
a { background-color: rgb(166,172,177); }
div.DivClassName
{
background-color: #A6ACB1;
}
.BgClassName
{
background-color: #A6ACB1;
}
</style>
border-color css
<style>
span { border-color: #A6ACB1; }
span { border-color: rgb(166,172,177); }
td.TdClassName
{
border-color: #A6ACB1;
}
.TagClassName
{
border-color: #A6ACB1;
}
</style>