Shades of Chatelle #AEA1B4
Tints of Chatelle #AEA1B4
RGB
CMYK
RGB Variations
Color information
#AEA1B4 (or 0xAEA1B4) is known color: Chatelle. HEX triplet: AE, A1 and B4. RGB value is (174,161,180). Sum of RGB (Red+Green+Blue) = 174+161+180=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1B4 is #515E4B. Grayscale: #A6A6A6. Windows color (decimal): -5332556 or 11837870. OLE color: 11837870.
HSL color Cylindrical-coordinate representation of color #AEA1B4: hue angle of 281.05º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA1B4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 161 | 180 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.29 |
| HSL | 281.05º | 0.11% | 0.67% | - |
| HSV(B) | 281.05º | 0.11% | 0.71% | - |
| XYZ | 38.44 | 37.78 | 48.45 | - |
| YUV | 167.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 180 | 0.03 | 0.11 | 0 | 0.29 | 281.05 | 0.11 | 0.67 |
| Hex | AE | A1 | B4 | 3 | B | 0 | 1D | 119 | B | 43 |
| Octal | 256 | 241 | 264 | 3 | 13 | 0 | 35 | 431 | 13 | 103 |
| Binary | 10101110 | 10100001 | 10110100 | 11 | 1011 | 0 | 11101 | 100011001 | 1011 | 1000011 |
Color Harmonies of #AEA1B4
Complementary color
Monochromatic Colors of #AEA1B4
Black with #AEA1B4
Text Example
Text Example
White with #AEA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA1B4; }
p { color: rgb(174,161,180); }
H1.HeaderClassName
{
color: #AEA1B4;
}
.AnyTagClassName
{
color: #AEA1B4;
}
</style>
background-color css
<style>
a { background-color: #AEA1B4; }
a { background-color: rgb(174,161,180); }
div.DivClassName
{
background-color: #AEA1B4;
}
.BgClassName
{
background-color: #AEA1B4;
}
</style>
border-color css
<style>
span { border-color: #AEA1B4; }
span { border-color: rgb(174,161,180); }
td.TdClassName
{
border-color: #AEA1B4;
}
.TagClassName
{
border-color: #AEA1B4;
}
</style>