Shades of Chatelle #ADA7B6
Tints of Chatelle #ADA7B6
RGB
CMYK
RGB Variations
Color information
#ADA7B6 (or 0xADA7B6) is known color: Chatelle. HEX triplet: AD, A7 and B6. RGB value is (173,167,182). Sum of RGB (Red+Green+Blue) = 173+167+182=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADA7B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7B6 is #525849. Grayscale: #AAAAAA. Windows color (decimal): -5396554 or 11970477. OLE color: 11970477.
HSL color Cylindrical-coordinate representation of color #ADA7B6: hue angle of 264º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA7B6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 167 | 182 | - |
CMYK | 0.05 | 0.08 | 0 | 0.29 |
HSL | 264º | 0.09% | 0.68% | - |
HSV(B) | 264º | 0.08% | 0.71% | - |
XYZ | 39.5 | 39.9 | 49.88 | - |
YUV | 170.5 | 134.49 | 129.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 167 | 182 | 0.05 | 0.08 | 0 | 0.29 | 264 | 0.09 | 0.68 |
Hex | AD | A7 | B6 | 5 | 8 | 0 | 1D | 108 | 9 | 44 |
Octal | 255 | 247 | 266 | 5 | 10 | 0 | 35 | 410 | 11 | 104 |
Binary | 10101101 | 10100111 | 10110110 | 101 | 1000 | 0 | 11101 | 100001000 | 1001 | 1000100 |
Color Harmonies of #ADA7B6
Complementary color
Monochromatic Colors of #ADA7B6
Black with #ADA7B6
Text Example
Text Example
White with #ADA7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7B6; }
p { color: rgb(173,167,182); }
H1.HeaderClassName
{
color: #ADA7B6;
}
.AnyTagClassName
{
color: #ADA7B6;
}
</style>
background-color css
<style>
a { background-color: #ADA7B6; }
a { background-color: rgb(173,167,182); }
div.DivClassName
{
background-color: #ADA7B6;
}
.BgClassName
{
background-color: #ADA7B6;
}
</style>
border-color css
<style>
span { border-color: #ADA7B6; }
span { border-color: rgb(173,167,182); }
td.TdClassName
{
border-color: #ADA7B6;
}
.TagClassName
{
border-color: #ADA7B6;
}
</style>