Shades of Chatelle #A69CA9
Tints of Chatelle #A69CA9
RGB
CMYK
RGB Variations
Color information
#A69CA9 (or 0xA69CA9) is known color: Chatelle. HEX triplet: A6, 9C and A9. RGB value is (166,156,169). Sum of RGB (Red+Green+Blue) = 166+156+169=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 169 - color contains mainly: blue. Hex color #A69CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CA9 is #596356. Grayscale: #A0A0A0. Windows color (decimal): -5858135 or 11115686. OLE color: 11115686.
HSL color Cylindrical-coordinate representation of color #A69CA9: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A69CA9 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 156 | 169 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.34 |
| HSL | 286.15º | 0.07% | 0.64% | - |
| HSV(B) | 286.15º | 0.08% | 0.66% | - |
| XYZ | 34.78 | 34.75 | 42.41 | - |
| YUV | 160.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 169 | 0.02 | 0.08 | 0 | 0.34 | 286.15 | 0.07 | 0.64 |
| Hex | A6 | 9C | A9 | 2 | 8 | 0 | 22 | 11E | 7 | 40 |
| Octal | 246 | 234 | 251 | 2 | 10 | 0 | 42 | 436 | 7 | 100 |
| Binary | 10100110 | 10011100 | 10101001 | 10 | 1000 | 0 | 100010 | 100011110 | 111 | 1000000 |
Color Harmonies of #A69CA9
Complementary color
Monochromatic Colors of #A69CA9
Black with #A69CA9
Text Example
Text Example
White with #A69CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CA9; }
p { color: rgb(166,156,169); }
H1.HeaderClassName
{
color: #A69CA9;
}
.AnyTagClassName
{
color: #A69CA9;
}
</style>
background-color css
<style>
a { background-color: #A69CA9; }
a { background-color: rgb(166,156,169); }
div.DivClassName
{
background-color: #A69CA9;
}
.BgClassName
{
background-color: #A69CA9;
}
</style>
border-color css
<style>
span { border-color: #A69CA9; }
span { border-color: rgb(166,156,169); }
td.TdClassName
{
border-color: #A69CA9;
}
.TagClassName
{
border-color: #A69CA9;
}
</style>