Shades of Grey Chateau #A3A7AB
Tints of Grey Chateau #A3A7AB
RGB
CMYK
RGB Variations
Color information
#A3A7AB (or 0xA3A7AB) is known color: Grey Chateau. HEX triplet: A3, A7 and AB. RGB value is (163,167,171). Sum of RGB (Red+Green+Blue) = 163+167+171=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: blue. Hex color #A3A7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A7AB is #5C5854. Grayscale: #A6A6A6. Windows color (decimal): -6051925 or 11249571. OLE color: 11249571.
HSL color Cylindrical-coordinate representation of color #A3A7AB: hue angle of 210º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A7AB is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 167 | 171 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.33 |
| HSL | 210º | 0.05% | 0.65% | - |
| HSV(B) | 210º | 0.05% | 0.67% | - |
| XYZ | 36.27 | 38.36 | 44.02 | - |
| YUV | 166.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 171 | 0.05 | 0.02 | 0 | 0.33 | 210 | 0.05 | 0.65 |
| Hex | A3 | A7 | AB | 5 | 2 | 0 | 21 | D2 | 5 | 41 |
| Octal | 243 | 247 | 253 | 5 | 2 | 0 | 41 | 322 | 5 | 101 |
| Binary | 10100011 | 10100111 | 10101011 | 101 | 10 | 0 | 100001 | 11010010 | 101 | 1000001 |
Color Harmonies of #A3A7AB
Complementary color
Monochromatic Colors of #A3A7AB
Black with #A3A7AB
Text Example
Text Example
White with #A3A7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A7AB; }
p { color: rgb(163,167,171); }
H1.HeaderClassName
{
color: #A3A7AB;
}
.AnyTagClassName
{
color: #A3A7AB;
}
</style>
background-color css
<style>
a { background-color: #A3A7AB; }
a { background-color: rgb(163,167,171); }
div.DivClassName
{
background-color: #A3A7AB;
}
.BgClassName
{
background-color: #A3A7AB;
}
</style>
border-color css
<style>
span { border-color: #A3A7AB; }
span { border-color: rgb(163,167,171); }
td.TdClassName
{
border-color: #A3A7AB;
}
.TagClassName
{
border-color: #A3A7AB;
}
</style>