Shades of Chatelle #ADA8B4
Tints of Chatelle #ADA8B4
RGB
CMYK
RGB Variations
Color information
#ADA8B4 (or 0xADA8B4) is known color: Chatelle. HEX triplet: AD, A8 and B4. RGB value is (173,168,180). Sum of RGB (Red+Green+Blue) = 173+168+180=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8B4 is #52574B. Grayscale: #AAAAAA. Windows color (decimal): -5396300 or 11839661. OLE color: 11839661.
HSL color Cylindrical-coordinate representation of color #ADA8B4: hue angle of 265º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADA8B4 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 168 | 180 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.29 |
| HSL | 265º | 0.07% | 0.68% | - |
| HSV(B) | 265º | 0.07% | 0.71% | - |
| XYZ | 39.47 | 40.18 | 48.86 | - |
| YUV | 170.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 180 | 0.04 | 0.07 | 0 | 0.29 | 265 | 0.07 | 0.68 |
| Hex | AD | A8 | B4 | 4 | 7 | 0 | 1D | 109 | 7 | 44 |
| Octal | 255 | 250 | 264 | 4 | 7 | 0 | 35 | 411 | 7 | 104 |
| Binary | 10101101 | 10101000 | 10110100 | 100 | 111 | 0 | 11101 | 100001001 | 111 | 1000100 |
Color Harmonies of #ADA8B4
Complementary color
Monochromatic Colors of #ADA8B4
Black with #ADA8B4
Text Example
Text Example
White with #ADA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8B4; }
p { color: rgb(173,168,180); }
H1.HeaderClassName
{
color: #ADA8B4;
}
.AnyTagClassName
{
color: #ADA8B4;
}
</style>
background-color css
<style>
a { background-color: #ADA8B4; }
a { background-color: rgb(173,168,180); }
div.DivClassName
{
background-color: #ADA8B4;
}
.BgClassName
{
background-color: #ADA8B4;
}
</style>
border-color css
<style>
span { border-color: #ADA8B4; }
span { border-color: rgb(173,168,180); }
td.TdClassName
{
border-color: #ADA8B4;
}
.TagClassName
{
border-color: #ADA8B4;
}
</style>