Shades of Chatelle #ADABAE
Tints of Chatelle #ADABAE
RGB
CMYK
RGB Variations
Color information
#ADABAE (or 0xADABAE) is known color: Chatelle. HEX triplet: AD, AB and AE. RGB value is (173,171,174). Sum of RGB (Red+Green+Blue) = 173+171+174=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAE is #525451. Grayscale: #ABABAB. Windows color (decimal): -5395538 or 11447213. OLE color: 11447213.
HSL color Cylindrical-coordinate representation of color #ADABAE: hue angle of 280º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADABAE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 174 | - |
CMYK | 0.01 | 0.02 | 0 | 0.32 |
HSL | 280º | 0.02% | 0.68% | - |
HSV(B) | 280º | 0.02% | 0.68% | - |
XYZ | 39.44 | 41.07 | 45.89 | - |
YUV | 171.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 174 | 0.01 | 0.02 | 0 | 0.32 | 280 | 0.02 | 0.68 |
Hex | AD | AB | AE | 1 | 2 | 0 | 20 | 118 | 2 | 44 |
Octal | 255 | 253 | 256 | 1 | 2 | 0 | 40 | 430 | 2 | 104 |
Binary | 10101101 | 10101011 | 10101110 | 1 | 10 | 0 | 100000 | 100011000 | 10 | 1000100 |
Color Harmonies of #ADABAE
Complementary color
Monochromatic Colors of #ADABAE
Black with #ADABAE
Text Example
Text Example
White with #ADABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABAE; }
p { color: rgb(173,171,174); }
H1.HeaderClassName
{
color: #ADABAE;
}
.AnyTagClassName
{
color: #ADABAE;
}
</style>
background-color css
<style>
a { background-color: #ADABAE; }
a { background-color: rgb(173,171,174); }
div.DivClassName
{
background-color: #ADABAE;
}
.BgClassName
{
background-color: #ADABAE;
}
</style>
border-color css
<style>
span { border-color: #ADABAE; }
span { border-color: rgb(173,171,174); }
td.TdClassName
{
border-color: #ADABAE;
}
.TagClassName
{
border-color: #ADABAE;
}
</style>