Shades of Chatelle #AB9CAE
Tints of Chatelle #AB9CAE
RGB
CMYK
RGB Variations
Color information
#AB9CAE (or 0xAB9CAE) is known color: Chatelle. HEX triplet: AB, 9C and AE. RGB value is (171,156,174). Sum of RGB (Red+Green+Blue) = 171+156+174=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAE is #546351. Grayscale: #A2A2A2. Windows color (decimal): -5530450 or 11443371. OLE color: 11443371.
HSL color Cylindrical-coordinate representation of color #AB9CAE: hue angle of 290º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9CAE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 156 | 174 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.32 |
| HSL | 290º | 0.1% | 0.65% | - |
| HSV(B) | 290º | 0.1% | 0.68% | - |
| XYZ | 36.32 | 35.49 | 44.98 | - |
| YUV | 162.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 174 | 0.02 | 0.10 | 0 | 0.32 | 290 | 0.1 | 0.65 |
| Hex | AB | 9C | AE | 2 | A | 0 | 20 | 122 | A | 41 |
| Octal | 253 | 234 | 256 | 2 | 12 | 0 | 40 | 442 | 12 | 101 |
| Binary | 10101011 | 10011100 | 10101110 | 10 | 1010 | 0 | 100000 | 100100010 | 1010 | 1000001 |
Color Harmonies of #AB9CAE
Complementary color
Monochromatic Colors of #AB9CAE
Black with #AB9CAE
Text Example
Text Example
White with #AB9CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CAE; }
p { color: rgb(171,156,174); }
H1.HeaderClassName
{
color: #AB9CAE;
}
.AnyTagClassName
{
color: #AB9CAE;
}
</style>
background-color css
<style>
a { background-color: #AB9CAE; }
a { background-color: rgb(171,156,174); }
div.DivClassName
{
background-color: #AB9CAE;
}
.BgClassName
{
background-color: #AB9CAE;
}
</style>
border-color css
<style>
span { border-color: #AB9CAE; }
span { border-color: rgb(171,156,174); }
td.TdClassName
{
border-color: #AB9CAE;
}
.TagClassName
{
border-color: #AB9CAE;
}
</style>