Shades of Chatelle #AEA2B8
Tints of Chatelle #AEA2B8
RGB
CMYK
RGB Variations
Color information
#AEA2B8 (or 0xAEA2B8) is known color: Chatelle. HEX triplet: AE, A2 and B8. RGB value is (174,162,184). Sum of RGB (Red+Green+Blue) = 174+162+184=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #AEA2B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2B8 is #515D47. Grayscale: #A8A8A8. Windows color (decimal): -5332296 or 12100270. OLE color: 12100270.
HSL color Cylindrical-coordinate representation of color #AEA2B8: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA2B8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 174 | 162 | 184 | - |
CMYK | 0.05 | 0.12 | 0 | 0.28 |
HSL | 272.73º | 0.13% | 0.68% | - |
HSV(B) | 272.73º | 0.12% | 0.72% | - |
XYZ | 39.03 | 38.3 | 50.68 | - |
YUV | 168.1 | 136.98 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 162 | 184 | 0.05 | 0.12 | 0 | 0.28 | 272.73 | 0.13 | 0.68 |
Hex | AE | A2 | B8 | 5 | C | 0 | 1C | 111 | D | 44 |
Octal | 256 | 242 | 270 | 5 | 14 | 0 | 34 | 421 | 15 | 104 |
Binary | 10101110 | 10100010 | 10111000 | 101 | 1100 | 0 | 11100 | 100010001 | 1101 | 1000100 |
Color Harmonies of #AEA2B8
Complementary color
Monochromatic Colors of #AEA2B8
Black with #AEA2B8
Text Example
Text Example
White with #AEA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2B8; }
p { color: rgb(174,162,184); }
H1.HeaderClassName
{
color: #AEA2B8;
}
.AnyTagClassName
{
color: #AEA2B8;
}
</style>
background-color css
<style>
a { background-color: #AEA2B8; }
a { background-color: rgb(174,162,184); }
div.DivClassName
{
background-color: #AEA2B8;
}
.BgClassName
{
background-color: #AEA2B8;
}
</style>
border-color css
<style>
span { border-color: #AEA2B8; }
span { border-color: rgb(174,162,184); }
td.TdClassName
{
border-color: #AEA2B8;
}
.TagClassName
{
border-color: #AEA2B8;
}
</style>