Shades of Chatelle #AEA2B6
Tints of Chatelle #AEA2B6
RGB
CMYK
RGB Variations
Color information
#AEA2B6 (or 0xAEA2B6) is known color: Chatelle. HEX triplet: AE, A2 and B6. RGB value is (174,162,182). Sum of RGB (Red+Green+Blue) = 174+162+182=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEA2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2B6 is #515D49. Grayscale: #A7A7A7. Windows color (decimal): -5332298 or 11969198. OLE color: 11969198.
HSL color Cylindrical-coordinate representation of color #AEA2B6: hue angle of 276º degrees, saturation: 0.12, 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 #AEA2B6 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 162 | 182 | - |
CMYK | 0.04 | 0.11 | 0 | 0.29 |
HSL | 276º | 0.12% | 0.67% | - |
HSV(B) | 276º | 0.11% | 0.71% | - |
XYZ | 38.82 | 38.22 | 49.59 | - |
YUV | 167.87 | 135.98 | 132.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 162 | 182 | 0.04 | 0.11 | 0 | 0.29 | 276 | 0.12 | 0.67 |
Hex | AE | A2 | B6 | 4 | B | 0 | 1D | 114 | C | 43 |
Octal | 256 | 242 | 266 | 4 | 13 | 0 | 35 | 424 | 14 | 103 |
Binary | 10101110 | 10100010 | 10110110 | 100 | 1011 | 0 | 11101 | 100010100 | 1100 | 1000011 |
Color Harmonies of #AEA2B6
Complementary color
Monochromatic Colors of #AEA2B6
Black with #AEA2B6
Text Example
Text Example
White with #AEA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2B6; }
p { color: rgb(174,162,182); }
H1.HeaderClassName
{
color: #AEA2B6;
}
.AnyTagClassName
{
color: #AEA2B6;
}
</style>
background-color css
<style>
a { background-color: #AEA2B6; }
a { background-color: rgb(174,162,182); }
div.DivClassName
{
background-color: #AEA2B6;
}
.BgClassName
{
background-color: #AEA2B6;
}
</style>
border-color css
<style>
span { border-color: #AEA2B6; }
span { border-color: rgb(174,162,182); }
td.TdClassName
{
border-color: #AEA2B6;
}
.TagClassName
{
border-color: #AEA2B6;
}
</style>