Shades of Chatelle #ADA3B2
Tints of Chatelle #ADA3B2
RGB
CMYK
RGB Variations
Color information
#ADA3B2 (or 0xADA3B2) is known color: Chatelle. HEX triplet: AD, A3 and B2. RGB value is (173,163,178). Sum of RGB (Red+Green+Blue) = 173+163+178=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADA3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3B2 is #525C4D. Grayscale: #A7A7A7. Windows color (decimal): -5397582 or 11707309. OLE color: 11707309.
HSL color Cylindrical-coordinate representation of color #ADA3B2: hue angle of 280º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA3B2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 163 | 178 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.30 |
| HSL | 280º | 0.09% | 0.67% | - |
| HSV(B) | 280º | 0.08% | 0.7% | - |
| XYZ | 38.37 | 38.29 | 47.49 | - |
| YUV | 167.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 178 | 0.03 | 0.08 | 0 | 0.30 | 280 | 0.09 | 0.67 |
| Hex | AD | A3 | B2 | 3 | 8 | 0 | 1E | 118 | 9 | 43 |
| Octal | 255 | 243 | 262 | 3 | 10 | 0 | 36 | 430 | 11 | 103 |
| Binary | 10101101 | 10100011 | 10110010 | 11 | 1000 | 0 | 11110 | 100011000 | 1001 | 1000011 |
Color Harmonies of #ADA3B2
Complementary color
Monochromatic Colors of #ADA3B2
Black with #ADA3B2
Text Example
Text Example
White with #ADA3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3B2; }
p { color: rgb(173,163,178); }
H1.HeaderClassName
{
color: #ADA3B2;
}
.AnyTagClassName
{
color: #ADA3B2;
}
</style>
background-color css
<style>
a { background-color: #ADA3B2; }
a { background-color: rgb(173,163,178); }
div.DivClassName
{
background-color: #ADA3B2;
}
.BgClassName
{
background-color: #ADA3B2;
}
</style>
border-color css
<style>
span { border-color: #ADA3B2; }
span { border-color: rgb(173,163,178); }
td.TdClassName
{
border-color: #ADA3B2;
}
.TagClassName
{
border-color: #ADA3B2;
}
</style>