Shades of Chatelle #AEA7B5
Tints of Chatelle #AEA7B5
RGB
CMYK
RGB Variations
Color information
#AEA7B5 (or 0xAEA7B5) is known color: Chatelle. HEX triplet: AE, A7 and B5. RGB value is (174,167,181). Sum of RGB (Red+Green+Blue) = 174+167+181=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 181 - color contains mainly: blue. Hex color #AEA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7B5 is #51584A. Grayscale: #AAAAAA. Windows color (decimal): -5331019 or 11904942. OLE color: 11904942.
HSL color Cylindrical-coordinate representation of color #AEA7B5: hue angle of 270º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEA7B5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 167 | 181 | - |
CMYK | 0.04 | 0.08 | 0 | 0.29 |
HSL | 270º | 0.09% | 0.68% | - |
HSV(B) | 270º | 0.08% | 0.71% | - |
XYZ | 39.61 | 39.97 | 49.34 | - |
YUV | 170.69 | 133.82 | 130.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 167 | 181 | 0.04 | 0.08 | 0 | 0.29 | 270 | 0.09 | 0.68 |
Hex | AE | A7 | B5 | 4 | 8 | 0 | 1D | 10E | 9 | 44 |
Octal | 256 | 247 | 265 | 4 | 10 | 0 | 35 | 416 | 11 | 104 |
Binary | 10101110 | 10100111 | 10110101 | 100 | 1000 | 0 | 11101 | 100001110 | 1001 | 1000100 |
Color Harmonies of #AEA7B5
Complementary color
Monochromatic Colors of #AEA7B5
Black with #AEA7B5
Text Example
Text Example
White with #AEA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA7B5; }
p { color: rgb(174,167,181); }
H1.HeaderClassName
{
color: #AEA7B5;
}
.AnyTagClassName
{
color: #AEA7B5;
}
</style>
background-color css
<style>
a { background-color: #AEA7B5; }
a { background-color: rgb(174,167,181); }
div.DivClassName
{
background-color: #AEA7B5;
}
.BgClassName
{
background-color: #AEA7B5;
}
</style>
border-color css
<style>
span { border-color: #AEA7B5; }
span { border-color: rgb(174,167,181); }
td.TdClassName
{
border-color: #AEA7B5;
}
.TagClassName
{
border-color: #AEA7B5;
}
</style>