Shades of Chatelle #ADAAB1
Tints of Chatelle #ADAAB1
RGB
CMYK
RGB Variations
Color information
#ADAAB1 (or 0xADAAB1) is known color: Chatelle. HEX triplet: AD, AA and B1. RGB value is (173,170,177). Sum of RGB (Red+Green+Blue) = 173+170+177=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAB1 is #52554E. Grayscale: #ABABAB. Windows color (decimal): -5395791 or 11643565. OLE color: 11643565.
HSL color Cylindrical-coordinate representation of color #ADAAB1: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADAAB1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 170 | 177 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.31 |
| HSL | 265.71º | 0.04% | 0.68% | - |
| HSV(B) | 265.71º | 0.04% | 0.69% | - |
| XYZ | 39.54 | 40.81 | 47.39 | - |
| YUV | 171.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 177 | 0.02 | 0.04 | 0 | 0.31 | 265.71 | 0.04 | 0.68 |
| Hex | AD | AA | B1 | 2 | 4 | 0 | 1F | 10A | 4 | 44 |
| Octal | 255 | 252 | 261 | 2 | 4 | 0 | 37 | 412 | 4 | 104 |
| Binary | 10101101 | 10101010 | 10110001 | 10 | 100 | 0 | 11111 | 100001010 | 100 | 1000100 |
Color Harmonies of #ADAAB1
Complementary color
Monochromatic Colors of #ADAAB1
Black with #ADAAB1
Text Example
Text Example
White with #ADAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAB1; }
p { color: rgb(173,170,177); }
H1.HeaderClassName
{
color: #ADAAB1;
}
.AnyTagClassName
{
color: #ADAAB1;
}
</style>
background-color css
<style>
a { background-color: #ADAAB1; }
a { background-color: rgb(173,170,177); }
div.DivClassName
{
background-color: #ADAAB1;
}
.BgClassName
{
background-color: #ADAAB1;
}
</style>
border-color css
<style>
span { border-color: #ADAAB1; }
span { border-color: rgb(173,170,177); }
td.TdClassName
{
border-color: #ADAAB1;
}
.TagClassName
{
border-color: #ADAAB1;
}
</style>