Shades of Chatelle #AEACAF
Tints of Chatelle #AEACAF
RGB
CMYK
RGB Variations
Color information
#AEACAF (or 0xAEACAF) is known color: Chatelle. HEX triplet: AE, AC and AF. RGB value is (174,172,175). Sum of RGB (Red+Green+Blue) = 174+172+175=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 175 - color contains mainly: blue. Hex color #AEACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAF is #515350. Grayscale: #ACACAC. Windows color (decimal): -5329745 or 11513006. OLE color: 11513006.
HSL color Cylindrical-coordinate representation of color #AEACAF: hue angle of 280º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEACAF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 174 | 172 | 175 | - |
CMYK | 0.01 | 0.02 | 0 | 0.31 |
HSL | 280º | 0.02% | 0.68% | - |
HSV(B) | 280º | 0.02% | 0.69% | - |
XYZ | 39.95 | 41.6 | 46.48 | - |
YUV | 172.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 172 | 175 | 0.01 | 0.02 | 0 | 0.31 | 280 | 0.02 | 0.68 |
Hex | AE | AC | AF | 1 | 2 | 0 | 1F | 118 | 2 | 44 |
Octal | 256 | 254 | 257 | 1 | 2 | 0 | 37 | 430 | 2 | 104 |
Binary | 10101110 | 10101100 | 10101111 | 1 | 10 | 0 | 11111 | 100011000 | 10 | 1000100 |
Color Harmonies of #AEACAF
Complementary color
Monochromatic Colors of #AEACAF
Black with #AEACAF
Text Example
Text Example
White with #AEACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACAF; }
p { color: rgb(174,172,175); }
H1.HeaderClassName
{
color: #AEACAF;
}
.AnyTagClassName
{
color: #AEACAF;
}
</style>
background-color css
<style>
a { background-color: #AEACAF; }
a { background-color: rgb(174,172,175); }
div.DivClassName
{
background-color: #AEACAF;
}
.BgClassName
{
background-color: #AEACAF;
}
</style>
border-color css
<style>
span { border-color: #AEACAF; }
span { border-color: rgb(174,172,175); }
td.TdClassName
{
border-color: #AEACAF;
}
.TagClassName
{
border-color: #AEACAF;
}
</style>