Shades of Grey Chateau #A3ACB4
Tints of Grey Chateau #A3ACB4
RGB
CMYK
RGB Variations
Color information
#A3ACB4 (or 0xA3ACB4) is known color: Grey Chateau. HEX triplet: A3, AC and B4. RGB value is (163,172,180). Sum of RGB (Red+Green+Blue) = 163+172+180=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACB4 is #5C534B. Grayscale: #AAAAAA. Windows color (decimal): -6050636 or 11840675. OLE color: 11840675.
HSL color Cylindrical-coordinate representation of color #A3ACB4: hue angle of 208.24º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3ACB4 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 172 | 180 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.29 |
| HSL | 208.24º | 0.1% | 0.67% | - |
| HSV(B) | 208.24º | 0.09% | 0.71% | - |
| XYZ | 38.1 | 40.59 | 49.01 | - |
| YUV | 170.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 180 | 0.09 | 0.04 | 0 | 0.29 | 208.24 | 0.1 | 0.67 |
| Hex | A3 | AC | B4 | 9 | 4 | 0 | 1D | D0 | A | 43 |
| Octal | 243 | 254 | 264 | 11 | 4 | 0 | 35 | 320 | 12 | 103 |
| Binary | 10100011 | 10101100 | 10110100 | 1001 | 100 | 0 | 11101 | 11010000 | 1010 | 1000011 |
Color Harmonies of #A3ACB4
Complementary color
Monochromatic Colors of #A3ACB4
Black with #A3ACB4
Text Example
Text Example
White with #A3ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ACB4; }
p { color: rgb(163,172,180); }
H1.HeaderClassName
{
color: #A3ACB4;
}
.AnyTagClassName
{
color: #A3ACB4;
}
</style>
background-color css
<style>
a { background-color: #A3ACB4; }
a { background-color: rgb(163,172,180); }
div.DivClassName
{
background-color: #A3ACB4;
}
.BgClassName
{
background-color: #A3ACB4;
}
</style>
border-color css
<style>
span { border-color: #A3ACB4; }
span { border-color: rgb(163,172,180); }
td.TdClassName
{
border-color: #A3ACB4;
}
.TagClassName
{
border-color: #A3ACB4;
}
</style>