Shades of Chatelle #ADABAF
Tints of Chatelle #ADABAF
RGB
CMYK
RGB Variations
Color information
#ADABAF (or 0xADABAF) is known color: Chatelle. HEX triplet: AD, AB and AF. RGB value is (173,171,175). Sum of RGB (Red+Green+Blue) = 173+171+175=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAF is #525450. Grayscale: #ACACAC. Windows color (decimal): -5395537 or 11512749. OLE color: 11512749.
HSL color Cylindrical-coordinate representation of color #ADABAF: hue angle of 270º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADABAF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 171 | 175 | - |
CMYK | 0.01 | 0.02 | 0 | 0.31 |
HSL | 270º | 0.02% | 0.68% | - |
HSV(B) | 270º | 0.02% | 0.69% | - |
XYZ | 39.53 | 41.11 | 46.41 | - |
YUV | 172.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 175 | 0.01 | 0.02 | 0 | 0.31 | 270 | 0.02 | 0.68 |
Hex | AD | AB | AF | 1 | 2 | 0 | 1F | 10E | 2 | 44 |
Octal | 255 | 253 | 257 | 1 | 2 | 0 | 37 | 416 | 2 | 104 |
Binary | 10101101 | 10101011 | 10101111 | 1 | 10 | 0 | 11111 | 100001110 | 10 | 1000100 |
Color Harmonies of #ADABAF
Complementary color
Monochromatic Colors of #ADABAF
Black with #ADABAF
Text Example
Text Example
White with #ADABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABAF; }
p { color: rgb(173,171,175); }
H1.HeaderClassName
{
color: #ADABAF;
}
.AnyTagClassName
{
color: #ADABAF;
}
</style>
background-color css
<style>
a { background-color: #ADABAF; }
a { background-color: rgb(173,171,175); }
div.DivClassName
{
background-color: #ADABAF;
}
.BgClassName
{
background-color: #ADABAF;
}
</style>
border-color css
<style>
span { border-color: #ADABAF; }
span { border-color: rgb(173,171,175); }
td.TdClassName
{
border-color: #ADABAF;
}
.TagClassName
{
border-color: #ADABAF;
}
</style>