Shades of Chatelle #A69DA8
Tints of Chatelle #A69DA8
RGB
CMYK
RGB Variations
Color information
#A69DA8 (or 0xA69DA8) is known color: Chatelle. HEX triplet: A6, 9D and A8. RGB value is (166,157,168). Sum of RGB (Red+Green+Blue) = 166+157+168=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 168 - color contains mainly: blue. Hex color #A69DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DA8 is #596257. Grayscale: #A0A0A0. Windows color (decimal): -5857880 or 11050406. OLE color: 11050406.
HSL color Cylindrical-coordinate representation of color #A69DA8: hue angle of 289.09º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A69DA8 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 157 | 168 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.34 |
| HSL | 289.09º | 0.06% | 0.64% | - |
| HSV(B) | 289.09º | 0.07% | 0.66% | - |
| XYZ | 34.85 | 35.05 | 41.97 | - |
| YUV | 160.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 168 | 0.01 | 0.07 | 0 | 0.34 | 289.09 | 0.06 | 0.64 |
| Hex | A6 | 9D | A8 | 1 | 7 | 0 | 22 | 121 | 6 | 40 |
| Octal | 246 | 235 | 250 | 1 | 7 | 0 | 42 | 441 | 6 | 100 |
| Binary | 10100110 | 10011101 | 10101000 | 1 | 111 | 0 | 100010 | 100100001 | 110 | 1000000 |
Color Harmonies of #A69DA8
Complementary color
Monochromatic Colors of #A69DA8
Black with #A69DA8
Text Example
Text Example
White with #A69DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DA8; }
p { color: rgb(166,157,168); }
H1.HeaderClassName
{
color: #A69DA8;
}
.AnyTagClassName
{
color: #A69DA8;
}
</style>
background-color css
<style>
a { background-color: #A69DA8; }
a { background-color: rgb(166,157,168); }
div.DivClassName
{
background-color: #A69DA8;
}
.BgClassName
{
background-color: #A69DA8;
}
</style>
border-color css
<style>
span { border-color: #A69DA8; }
span { border-color: rgb(166,157,168); }
td.TdClassName
{
border-color: #A69DA8;
}
.TagClassName
{
border-color: #A69DA8;
}
</style>