Shades of Chatelle #ADA3B1
Tints of Chatelle #ADA3B1
RGB
CMYK
RGB Variations
Color information
#ADA3B1 (or 0xADA3B1) is known color: Chatelle. HEX triplet: AD, A3 and B1. RGB value is (173,163,177). Sum of RGB (Red+Green+Blue) = 173+163+177=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADA3B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3B1 is #525C4E. Grayscale: #A7A7A7. Windows color (decimal): -5397583 or 11641773. OLE color: 11641773.
HSL color Cylindrical-coordinate representation of color #ADA3B1: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA3B1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 163 | 177 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.31 |
| HSL | 282.86º | 0.08% | 0.67% | - |
| HSV(B) | 282.86º | 0.08% | 0.69% | - |
| XYZ | 38.27 | 38.25 | 46.96 | - |
| YUV | 167.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 177 | 0.02 | 0.08 | 0 | 0.31 | 282.86 | 0.08 | 0.67 |
| Hex | AD | A3 | B1 | 2 | 8 | 0 | 1F | 11B | 8 | 43 |
| Octal | 255 | 243 | 261 | 2 | 10 | 0 | 37 | 433 | 10 | 103 |
| Binary | 10101101 | 10100011 | 10110001 | 10 | 1000 | 0 | 11111 | 100011011 | 1000 | 1000011 |
Color Harmonies of #ADA3B1
Complementary color
Monochromatic Colors of #ADA3B1
Black with #ADA3B1
Text Example
Text Example
White with #ADA3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3B1; }
p { color: rgb(173,163,177); }
H1.HeaderClassName
{
color: #ADA3B1;
}
.AnyTagClassName
{
color: #ADA3B1;
}
</style>
background-color css
<style>
a { background-color: #ADA3B1; }
a { background-color: rgb(173,163,177); }
div.DivClassName
{
background-color: #ADA3B1;
}
.BgClassName
{
background-color: #ADA3B1;
}
</style>
border-color css
<style>
span { border-color: #ADA3B1; }
span { border-color: rgb(173,163,177); }
td.TdClassName
{
border-color: #ADA3B1;
}
.TagClassName
{
border-color: #ADA3B1;
}
</style>