Shades of Chatelle #AEA0B1
Tints of Chatelle #AEA0B1
RGB
CMYK
RGB Variations
Color information
#AEA0B1 (or 0xAEA0B1) is known color: Chatelle. HEX triplet: AE, A0 and B1. RGB value is (174,160,177). Sum of RGB (Red+Green+Blue) = 174+160+177=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0B1 is #515F4E. Grayscale: #A6A6A6. Windows color (decimal): -5332815 or 11641006. OLE color: 11641006.
HSL color Cylindrical-coordinate representation of color #AEA0B1: hue angle of 289.41º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA0B1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 160 | 177 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.31 |
| HSL | 289.41º | 0.1% | 0.66% | - |
| HSV(B) | 289.41º | 0.1% | 0.69% | - |
| XYZ | 37.96 | 37.31 | 46.8 | - |
| YUV | 166.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 177 | 0.02 | 0.10 | 0 | 0.31 | 289.41 | 0.1 | 0.66 |
| Hex | AE | A0 | B1 | 2 | A | 0 | 1F | 121 | A | 42 |
| Octal | 256 | 240 | 261 | 2 | 12 | 0 | 37 | 441 | 12 | 102 |
| Binary | 10101110 | 10100000 | 10110001 | 10 | 1010 | 0 | 11111 | 100100001 | 1010 | 1000010 |
Color Harmonies of #AEA0B1
Complementary color
Monochromatic Colors of #AEA0B1
Black with #AEA0B1
Text Example
Text Example
White with #AEA0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0B1; }
p { color: rgb(174,160,177); }
H1.HeaderClassName
{
color: #AEA0B1;
}
.AnyTagClassName
{
color: #AEA0B1;
}
</style>
background-color css
<style>
a { background-color: #AEA0B1; }
a { background-color: rgb(174,160,177); }
div.DivClassName
{
background-color: #AEA0B1;
}
.BgClassName
{
background-color: #AEA0B1;
}
</style>
border-color css
<style>
span { border-color: #AEA0B1; }
span { border-color: rgb(174,160,177); }
td.TdClassName
{
border-color: #AEA0B1;
}
.TagClassName
{
border-color: #AEA0B1;
}
</style>