Shades of Chatelle #ADA3AF
Tints of Chatelle #ADA3AF
RGB
CMYK
RGB Variations
Color information
#ADA3AF (or 0xADA3AF) is known color: Chatelle. HEX triplet: AD, A3 and AF. RGB value is (173,163,175). Sum of RGB (Red+Green+Blue) = 173+163+175=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3AF is #525C50. Grayscale: #A7A7A7. Windows color (decimal): -5397585 or 11510701. OLE color: 11510701.
HSL color Cylindrical-coordinate representation of color #ADA3AF: hue angle of 290º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADA3AF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 163 | 175 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.31 |
| HSL | 290º | 0.07% | 0.66% | - |
| HSV(B) | 290º | 0.07% | 0.69% | - |
| XYZ | 38.07 | 38.17 | 45.92 | - |
| YUV | 167.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 175 | 0.01 | 0.07 | 0 | 0.31 | 290 | 0.07 | 0.66 |
| Hex | AD | A3 | AF | 1 | 7 | 0 | 1F | 122 | 7 | 42 |
| Octal | 255 | 243 | 257 | 1 | 7 | 0 | 37 | 442 | 7 | 102 |
| Binary | 10101101 | 10100011 | 10101111 | 1 | 111 | 0 | 11111 | 100100010 | 111 | 1000010 |
Color Harmonies of #ADA3AF
Complementary color
Monochromatic Colors of #ADA3AF
Black with #ADA3AF
Text Example
Text Example
White with #ADA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3AF; }
p { color: rgb(173,163,175); }
H1.HeaderClassName
{
color: #ADA3AF;
}
.AnyTagClassName
{
color: #ADA3AF;
}
</style>
background-color css
<style>
a { background-color: #ADA3AF; }
a { background-color: rgb(173,163,175); }
div.DivClassName
{
background-color: #ADA3AF;
}
.BgClassName
{
background-color: #ADA3AF;
}
</style>
border-color css
<style>
span { border-color: #ADA3AF; }
span { border-color: rgb(173,163,175); }
td.TdClassName
{
border-color: #ADA3AF;
}
.TagClassName
{
border-color: #ADA3AF;
}
</style>