Shades of Chatelle #AEA0B8
Tints of Chatelle #AEA0B8
RGB
CMYK
RGB Variations
Color information
#AEA0B8 (or 0xAEA0B8) is known color: Chatelle. HEX triplet: AE, A0 and B8. RGB value is (174,160,184). Sum of RGB (Red+Green+Blue) = 174+160+184=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 184 - color contains mainly: blue. Hex color #AEA0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0B8 is #515F47. Grayscale: #A6A6A6. Windows color (decimal): -5332808 or 12099758. OLE color: 12099758.
HSL color Cylindrical-coordinate representation of color #AEA0B8: hue angle of 275º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEA0B8 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 160 | 184 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.28 |
| HSL | 275º | 0.14% | 0.67% | - |
| HSV(B) | 275º | 0.13% | 0.72% | - |
| XYZ | 38.68 | 37.6 | 50.57 | - |
| YUV | 166.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 184 | 0.05 | 0.13 | 0 | 0.28 | 275 | 0.14 | 0.67 |
| Hex | AE | A0 | B8 | 5 | D | 0 | 1C | 113 | E | 43 |
| Octal | 256 | 240 | 270 | 5 | 15 | 0 | 34 | 423 | 16 | 103 |
| Binary | 10101110 | 10100000 | 10111000 | 101 | 1101 | 0 | 11100 | 100010011 | 1110 | 1000011 |
Color Harmonies of #AEA0B8
Complementary color
Monochromatic Colors of #AEA0B8
Black with #AEA0B8
Text Example
Text Example
White with #AEA0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0B8; }
p { color: rgb(174,160,184); }
H1.HeaderClassName
{
color: #AEA0B8;
}
.AnyTagClassName
{
color: #AEA0B8;
}
</style>
background-color css
<style>
a { background-color: #AEA0B8; }
a { background-color: rgb(174,160,184); }
div.DivClassName
{
background-color: #AEA0B8;
}
.BgClassName
{
background-color: #AEA0B8;
}
</style>
border-color css
<style>
span { border-color: #AEA0B8; }
span { border-color: rgb(174,160,184); }
td.TdClassName
{
border-color: #AEA0B8;
}
.TagClassName
{
border-color: #AEA0B8;
}
</style>