Shades of Chatelle #AEA0B2
Tints of Chatelle #AEA0B2
RGB
CMYK
RGB Variations
Color information
#AEA0B2 (or 0xAEA0B2) is known color: Chatelle. HEX triplet: AE, A0 and B2. RGB value is (174,160,178). Sum of RGB (Red+Green+Blue) = 174+160+178=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEA0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0B2 is #515F4D. Grayscale: #A6A6A6. Windows color (decimal): -5332814 or 11706542. OLE color: 11706542.
HSL color Cylindrical-coordinate representation of color #AEA0B2: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA0B2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 160 | 178 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.30 |
| HSL | 286.67º | 0.1% | 0.66% | - |
| HSV(B) | 286.67º | 0.1% | 0.7% | - |
| XYZ | 38.06 | 37.35 | 47.32 | - |
| YUV | 166.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 178 | 0.02 | 0.10 | 0 | 0.30 | 286.67 | 0.1 | 0.66 |
| Hex | AE | A0 | B2 | 2 | A | 0 | 1E | 11F | A | 42 |
| Octal | 256 | 240 | 262 | 2 | 12 | 0 | 36 | 437 | 12 | 102 |
| Binary | 10101110 | 10100000 | 10110010 | 10 | 1010 | 0 | 11110 | 100011111 | 1010 | 1000010 |
Color Harmonies of #AEA0B2
Complementary color
Monochromatic Colors of #AEA0B2
Black with #AEA0B2
Text Example
Text Example
White with #AEA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0B2; }
p { color: rgb(174,160,178); }
H1.HeaderClassName
{
color: #AEA0B2;
}
.AnyTagClassName
{
color: #AEA0B2;
}
</style>
background-color css
<style>
a { background-color: #AEA0B2; }
a { background-color: rgb(174,160,178); }
div.DivClassName
{
background-color: #AEA0B2;
}
.BgClassName
{
background-color: #AEA0B2;
}
</style>
border-color css
<style>
span { border-color: #AEA0B2; }
span { border-color: rgb(174,160,178); }
td.TdClassName
{
border-color: #AEA0B2;
}
.TagClassName
{
border-color: #AEA0B2;
}
</style>