Shades of Chatelle #A7A3AC
Tints of Chatelle #A7A3AC
RGB
CMYK
RGB Variations
Color information
#A7A3AC (or 0xA7A3AC) is known color: Chatelle. HEX triplet: A7, A3 and AC. RGB value is (167,163,172). Sum of RGB (Red+Green+Blue) = 167+163+172=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #A7A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A3AC is #585C53. Grayscale: #A5A5A5. Windows color (decimal): -5790804 or 11314087. OLE color: 11314087.
HSL color Cylindrical-coordinate representation of color #A7A3AC: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A7A3AC is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 163 | 172 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.33 |
| HSL | 266.67º | 0.05% | 0.66% | - |
| HSV(B) | 266.67º | 0.05% | 0.67% | - |
| XYZ | 36.48 | 37.39 | 44.32 | - |
| YUV | 165.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 172 | 0.03 | 0.05 | 0 | 0.33 | 266.67 | 0.05 | 0.66 |
| Hex | A7 | A3 | AC | 3 | 5 | 0 | 21 | 10B | 5 | 42 |
| Octal | 247 | 243 | 254 | 3 | 5 | 0 | 41 | 413 | 5 | 102 |
| Binary | 10100111 | 10100011 | 10101100 | 11 | 101 | 0 | 100001 | 100001011 | 101 | 1000010 |
Color Harmonies of #A7A3AC
Complementary color
Monochromatic Colors of #A7A3AC
Black with #A7A3AC
Text Example
Text Example
White with #A7A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A3AC; }
p { color: rgb(167,163,172); }
H1.HeaderClassName
{
color: #A7A3AC;
}
.AnyTagClassName
{
color: #A7A3AC;
}
</style>
background-color css
<style>
a { background-color: #A7A3AC; }
a { background-color: rgb(167,163,172); }
div.DivClassName
{
background-color: #A7A3AC;
}
.BgClassName
{
background-color: #A7A3AC;
}
</style>
border-color css
<style>
span { border-color: #A7A3AC; }
span { border-color: rgb(167,163,172); }
td.TdClassName
{
border-color: #A7A3AC;
}
.TagClassName
{
border-color: #A7A3AC;
}
</style>