Shades of Chatelle #ADA8AF
Tints of Chatelle #ADA8AF
RGB
CMYK
RGB Variations
Color information
#ADA8AF (or 0xADA8AF) is known color: Chatelle. HEX triplet: AD, A8 and AF. RGB value is (173,168,175). Sum of RGB (Red+Green+Blue) = 173+168+175=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8AF is #525750. Grayscale: #AAAAAA. Windows color (decimal): -5396305 or 11511981. OLE color: 11511981.
HSL color Cylindrical-coordinate representation of color #ADA8AF: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADA8AF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 168 | 175 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.31 |
| HSL | 282.86º | 0.04% | 0.67% | - |
| HSV(B) | 282.86º | 0.04% | 0.69% | - |
| XYZ | 38.97 | 39.98 | 46.22 | - |
| YUV | 170.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 175 | 0.01 | 0.04 | 0 | 0.31 | 282.86 | 0.04 | 0.67 |
| Hex | AD | A8 | AF | 1 | 4 | 0 | 1F | 11B | 4 | 43 |
| Octal | 255 | 250 | 257 | 1 | 4 | 0 | 37 | 433 | 4 | 103 |
| Binary | 10101101 | 10101000 | 10101111 | 1 | 100 | 0 | 11111 | 100011011 | 100 | 1000011 |
Color Harmonies of #ADA8AF
Complementary color
Monochromatic Colors of #ADA8AF
Black with #ADA8AF
Text Example
Text Example
White with #ADA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8AF; }
p { color: rgb(173,168,175); }
H1.HeaderClassName
{
color: #ADA8AF;
}
.AnyTagClassName
{
color: #ADA8AF;
}
</style>
background-color css
<style>
a { background-color: #ADA8AF; }
a { background-color: rgb(173,168,175); }
div.DivClassName
{
background-color: #ADA8AF;
}
.BgClassName
{
background-color: #ADA8AF;
}
</style>
border-color css
<style>
span { border-color: #ADA8AF; }
span { border-color: rgb(173,168,175); }
td.TdClassName
{
border-color: #ADA8AF;
}
.TagClassName
{
border-color: #ADA8AF;
}
</style>