Shades of Chatelle #ADA5B5
Tints of Chatelle #ADA5B5
RGB
CMYK
RGB Variations
Color information
#ADA5B5 (or 0xADA5B5) is known color: Chatelle. HEX triplet: AD, A5 and B5. RGB value is (173,165,181). Sum of RGB (Red+Green+Blue) = 173+165+181=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADA5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5B5 is #525A4A. Grayscale: #A9A9A9. Windows color (decimal): -5397067 or 11904429. OLE color: 11904429.
HSL color Cylindrical-coordinate representation of color #ADA5B5: hue angle of 270º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA5B5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 165 | 181 | - |
CMYK | 0.04 | 0.09 | 0 | 0.29 |
HSL | 270º | 0.1% | 0.68% | - |
HSV(B) | 270º | 0.09% | 0.71% | - |
XYZ | 39.03 | 39.13 | 49.21 | - |
YUV | 169.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 165 | 181 | 0.04 | 0.09 | 0 | 0.29 | 270 | 0.1 | 0.68 |
Hex | AD | A5 | B5 | 4 | 9 | 0 | 1D | 10E | A | 44 |
Octal | 255 | 245 | 265 | 4 | 11 | 0 | 35 | 416 | 12 | 104 |
Binary | 10101101 | 10100101 | 10110101 | 100 | 1001 | 0 | 11101 | 100001110 | 1010 | 1000100 |
Color Harmonies of #ADA5B5
Complementary color
Monochromatic Colors of #ADA5B5
Black with #ADA5B5
Text Example
Text Example
White with #ADA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5B5; }
p { color: rgb(173,165,181); }
H1.HeaderClassName
{
color: #ADA5B5;
}
.AnyTagClassName
{
color: #ADA5B5;
}
</style>
background-color css
<style>
a { background-color: #ADA5B5; }
a { background-color: rgb(173,165,181); }
div.DivClassName
{
background-color: #ADA5B5;
}
.BgClassName
{
background-color: #ADA5B5;
}
</style>
border-color css
<style>
span { border-color: #ADA5B5; }
span { border-color: rgb(173,165,181); }
td.TdClassName
{
border-color: #ADA5B5;
}
.TagClassName
{
border-color: #ADA5B5;
}
</style>