Shades of Chatelle #ADA1B5
Tints of Chatelle #ADA1B5
RGB
CMYK
RGB Variations
Color information
#ADA1B5 (or 0xADA1B5) is known color: Chatelle. HEX triplet: AD, A1 and B5. RGB value is (173,161,181). Sum of RGB (Red+Green+Blue) = 173+161+181=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADA1B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1B5 is #525E4A. Grayscale: #A6A6A6. Windows color (decimal): -5398091 or 11903405. OLE color: 11903405.
HSL color Cylindrical-coordinate representation of color #ADA1B5: hue angle of 276º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA1B5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 161 | 181 | - |
CMYK | 0.04 | 0.11 | 0 | 0.29 |
HSL | 276º | 0.12% | 0.67% | - |
HSV(B) | 276º | 0.11% | 0.71% | - |
XYZ | 38.32 | 37.71 | 48.98 | - |
YUV | 166.87 | 135.98 | 132.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 161 | 181 | 0.04 | 0.11 | 0 | 0.29 | 276 | 0.12 | 0.67 |
Hex | AD | A1 | B5 | 4 | B | 0 | 1D | 114 | C | 43 |
Octal | 255 | 241 | 265 | 4 | 13 | 0 | 35 | 424 | 14 | 103 |
Binary | 10101101 | 10100001 | 10110101 | 100 | 1011 | 0 | 11101 | 100010100 | 1100 | 1000011 |
Color Harmonies of #ADA1B5
Complementary color
Monochromatic Colors of #ADA1B5
Black with #ADA1B5
Text Example
Text Example
White with #ADA1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1B5; }
p { color: rgb(173,161,181); }
H1.HeaderClassName
{
color: #ADA1B5;
}
.AnyTagClassName
{
color: #ADA1B5;
}
</style>
background-color css
<style>
a { background-color: #ADA1B5; }
a { background-color: rgb(173,161,181); }
div.DivClassName
{
background-color: #ADA1B5;
}
.BgClassName
{
background-color: #ADA1B5;
}
</style>
border-color css
<style>
span { border-color: #ADA1B5; }
span { border-color: rgb(173,161,181); }
td.TdClassName
{
border-color: #ADA1B5;
}
.TagClassName
{
border-color: #ADA1B5;
}
</style>