Shades of Chatelle #AEABB2
Tints of Chatelle #AEABB2
RGB
CMYK
RGB Variations
Color information
#AEABB2 (or 0xAEABB2) is known color: Chatelle. HEX triplet: AE, AB and B2. RGB value is (174,171,178). Sum of RGB (Red+Green+Blue) = 174+171+178=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABB2 is #51544D. Grayscale: #ACACAC. Windows color (decimal): -5329998 or 11709358. OLE color: 11709358.
HSL color Cylindrical-coordinate representation of color #AEABB2: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEABB2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 174 | 171 | 178 | - |
CMYK | 0.02 | 0.04 | 0 | 0.30 |
HSL | 265.71º | 0.04% | 0.68% | - |
HSV(B) | 265.71º | 0.04% | 0.7% | - |
XYZ | 40.05 | 41.34 | 47.99 | - |
YUV | 172.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 171 | 178 | 0.02 | 0.04 | 0 | 0.30 | 265.71 | 0.04 | 0.68 |
Hex | AE | AB | B2 | 2 | 4 | 0 | 1E | 10A | 4 | 44 |
Octal | 256 | 253 | 262 | 2 | 4 | 0 | 36 | 412 | 4 | 104 |
Binary | 10101110 | 10101011 | 10110010 | 10 | 100 | 0 | 11110 | 100001010 | 100 | 1000100 |
Color Harmonies of #AEABB2
Complementary color
Monochromatic Colors of #AEABB2
Black with #AEABB2
Text Example
Text Example
White with #AEABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABB2; }
p { color: rgb(174,171,178); }
H1.HeaderClassName
{
color: #AEABB2;
}
.AnyTagClassName
{
color: #AEABB2;
}
</style>
background-color css
<style>
a { background-color: #AEABB2; }
a { background-color: rgb(174,171,178); }
div.DivClassName
{
background-color: #AEABB2;
}
.BgClassName
{
background-color: #AEABB2;
}
</style>
border-color css
<style>
span { border-color: #AEABB2; }
span { border-color: rgb(174,171,178); }
td.TdClassName
{
border-color: #AEABB2;
}
.TagClassName
{
border-color: #AEABB2;
}
</style>