Shades of Chatelle #ADA1B2
Tints of Chatelle #ADA1B2
RGB
CMYK
RGB Variations
Color information
#ADA1B2 (or 0xADA1B2) is known color: Chatelle. HEX triplet: AD, A1 and B2. RGB value is (173,161,178). Sum of RGB (Red+Green+Blue) = 173+161+178=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADA1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1B2 is #525E4D. Grayscale: #A6A6A6. Windows color (decimal): -5398094 or 11706797. OLE color: 11706797.
HSL color Cylindrical-coordinate representation of color #ADA1B2: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA1B2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 161 | 178 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.30 |
| HSL | 282.35º | 0.1% | 0.66% | - |
| HSV(B) | 282.35º | 0.1% | 0.7% | - |
| XYZ | 38.01 | 37.59 | 47.37 | - |
| YUV | 166.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 178 | 0.03 | 0.10 | 0 | 0.30 | 282.35 | 0.1 | 0.66 |
| Hex | AD | A1 | B2 | 3 | A | 0 | 1E | 11A | A | 42 |
| Octal | 255 | 241 | 262 | 3 | 12 | 0 | 36 | 432 | 12 | 102 |
| Binary | 10101101 | 10100001 | 10110010 | 11 | 1010 | 0 | 11110 | 100011010 | 1010 | 1000010 |
Color Harmonies of #ADA1B2
Complementary color
Monochromatic Colors of #ADA1B2
Black with #ADA1B2
Text Example
Text Example
White with #ADA1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1B2; }
p { color: rgb(173,161,178); }
H1.HeaderClassName
{
color: #ADA1B2;
}
.AnyTagClassName
{
color: #ADA1B2;
}
</style>
background-color css
<style>
a { background-color: #ADA1B2; }
a { background-color: rgb(173,161,178); }
div.DivClassName
{
background-color: #ADA1B2;
}
.BgClassName
{
background-color: #ADA1B2;
}
</style>
border-color css
<style>
span { border-color: #ADA1B2; }
span { border-color: rgb(173,161,178); }
td.TdClassName
{
border-color: #ADA1B2;
}
.TagClassName
{
border-color: #ADA1B2;
}
</style>