Shades of Chatelle #ADA1B4
Tints of Chatelle #ADA1B4
RGB
CMYK
RGB Variations
Color information
#ADA1B4 (or 0xADA1B4) is known color: Chatelle. HEX triplet: AD, A1 and B4. RGB value is (173,161,180). Sum of RGB (Red+Green+Blue) = 173+161+180=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1B4 is #525E4B. Grayscale: #A6A6A6. Windows color (decimal): -5398092 or 11837869. OLE color: 11837869.
HSL color Cylindrical-coordinate representation of color #ADA1B4: hue angle of 277.89º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA1B4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 161 | 180 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.29 |
| HSL | 277.89º | 0.11% | 0.67% | - |
| HSV(B) | 277.89º | 0.11% | 0.71% | - |
| XYZ | 38.22 | 37.67 | 48.44 | - |
| YUV | 166.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 180 | 0.04 | 0.11 | 0 | 0.29 | 277.89 | 0.11 | 0.67 |
| Hex | AD | A1 | B4 | 4 | B | 0 | 1D | 116 | B | 43 |
| Octal | 255 | 241 | 264 | 4 | 13 | 0 | 35 | 426 | 13 | 103 |
| Binary | 10101101 | 10100001 | 10110100 | 100 | 1011 | 0 | 11101 | 100010110 | 1011 | 1000011 |
Color Harmonies of #ADA1B4
Complementary color
Monochromatic Colors of #ADA1B4
Black with #ADA1B4
Text Example
Text Example
White with #ADA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1B4; }
p { color: rgb(173,161,180); }
H1.HeaderClassName
{
color: #ADA1B4;
}
.AnyTagClassName
{
color: #ADA1B4;
}
</style>
background-color css
<style>
a { background-color: #ADA1B4; }
a { background-color: rgb(173,161,180); }
div.DivClassName
{
background-color: #ADA1B4;
}
.BgClassName
{
background-color: #ADA1B4;
}
</style>
border-color css
<style>
span { border-color: #ADA1B4; }
span { border-color: rgb(173,161,180); }
td.TdClassName
{
border-color: #ADA1B4;
}
.TagClassName
{
border-color: #ADA1B4;
}
</style>