Shades of Chatelle #ADA1B3
Tints of Chatelle #ADA1B3
RGB
CMYK
RGB Variations
Color information
#ADA1B3 (or 0xADA1B3) is known color: Chatelle. HEX triplet: AD, A1 and B3. RGB value is (173,161,179). Sum of RGB (Red+Green+Blue) = 173+161+179=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADA1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1B3 is #525E4C. Grayscale: #A6A6A6. Windows color (decimal): -5398093 or 11772333. OLE color: 11772333.
HSL color Cylindrical-coordinate representation of color #ADA1B3: hue angle of 280º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA1B3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 161 | 179 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.30 |
| HSL | 280º | 0.11% | 0.67% | - |
| HSV(B) | 280º | 0.1% | 0.7% | - |
| XYZ | 38.12 | 37.63 | 47.9 | - |
| YUV | 166.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 179 | 0.03 | 0.10 | 0 | 0.30 | 280 | 0.11 | 0.67 |
| Hex | AD | A1 | B3 | 3 | A | 0 | 1E | 118 | B | 43 |
| Octal | 255 | 241 | 263 | 3 | 12 | 0 | 36 | 430 | 13 | 103 |
| Binary | 10101101 | 10100001 | 10110011 | 11 | 1010 | 0 | 11110 | 100011000 | 1011 | 1000011 |
Color Harmonies of #ADA1B3
Complementary color
Monochromatic Colors of #ADA1B3
Black with #ADA1B3
Text Example
Text Example
White with #ADA1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1B3; }
p { color: rgb(173,161,179); }
H1.HeaderClassName
{
color: #ADA1B3;
}
.AnyTagClassName
{
color: #ADA1B3;
}
</style>
background-color css
<style>
a { background-color: #ADA1B3; }
a { background-color: rgb(173,161,179); }
div.DivClassName
{
background-color: #ADA1B3;
}
.BgClassName
{
background-color: #ADA1B3;
}
</style>
border-color css
<style>
span { border-color: #ADA1B3; }
span { border-color: rgb(173,161,179); }
td.TdClassName
{
border-color: #ADA1B3;
}
.TagClassName
{
border-color: #ADA1B3;
}
</style>