Shades of Chatelle #A79BAC
Tints of Chatelle #A79BAC
RGB
CMYK
RGB Variations
Color information
#A79BAC (or 0xA79BAC) is known color: Chatelle. HEX triplet: A7, 9B and AC. RGB value is (167,155,172). Sum of RGB (Red+Green+Blue) = 167+155+172=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #A79BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79BAC is #586453. Grayscale: #A0A0A0. Windows color (decimal): -5792852 or 11312039. OLE color: 11312039.
HSL color Cylindrical-coordinate representation of color #A79BAC: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A79BAC is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 155 | 172 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.33 |
| HSL | 282.35º | 0.09% | 0.64% | - |
| HSV(B) | 282.35º | 0.1% | 0.67% | - |
| XYZ | 35.1 | 34.64 | 43.87 | - |
| YUV | 160.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 172 | 0.03 | 0.10 | 0 | 0.33 | 282.35 | 0.09 | 0.64 |
| Hex | A7 | 9B | AC | 3 | A | 0 | 21 | 11A | 9 | 40 |
| Octal | 247 | 233 | 254 | 3 | 12 | 0 | 41 | 432 | 11 | 100 |
| Binary | 10100111 | 10011011 | 10101100 | 11 | 1010 | 0 | 100001 | 100011010 | 1001 | 1000000 |
Color Harmonies of #A79BAC
Complementary color
Monochromatic Colors of #A79BAC
Black with #A79BAC
Text Example
Text Example
White with #A79BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BAC; }
p { color: rgb(167,155,172); }
H1.HeaderClassName
{
color: #A79BAC;
}
.AnyTagClassName
{
color: #A79BAC;
}
</style>
background-color css
<style>
a { background-color: #A79BAC; }
a { background-color: rgb(167,155,172); }
div.DivClassName
{
background-color: #A79BAC;
}
.BgClassName
{
background-color: #A79BAC;
}
</style>
border-color css
<style>
span { border-color: #A79BAC; }
span { border-color: rgb(167,155,172); }
td.TdClassName
{
border-color: #A79BAC;
}
.TagClassName
{
border-color: #A79BAC;
}
</style>