Shades of Chatelle #AD99B1
Tints of Chatelle #AD99B1
RGB
CMYK
RGB Variations
Color information
#AD99B1 (or 0xAD99B1) is known color: Chatelle. HEX triplet: AD, 99 and B1. RGB value is (173,153,177). Sum of RGB (Red+Green+Blue) = 173+153+177=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99B1 is #52664E. Grayscale: #A1A1A1. Windows color (decimal): -5400143 or 11639213. OLE color: 11639213.
HSL color Cylindrical-coordinate representation of color #AD99B1: hue angle of 290º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD99B1 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 153 | 177 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.31 |
| HSL | 290º | 0.13% | 0.65% | - |
| HSV(B) | 290º | 0.14% | 0.69% | - |
| XYZ | 36.56 | 34.84 | 46.39 | - |
| YUV | 161.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 177 | 0.02 | 0.14 | 0 | 0.31 | 290 | 0.13 | 0.65 |
| Hex | AD | 99 | B1 | 2 | E | 0 | 1F | 122 | D | 41 |
| Octal | 255 | 231 | 261 | 2 | 16 | 0 | 37 | 442 | 15 | 101 |
| Binary | 10101101 | 10011001 | 10110001 | 10 | 1110 | 0 | 11111 | 100100010 | 1101 | 1000001 |
Color Harmonies of #AD99B1
Complementary color
Monochromatic Colors of #AD99B1
Black with #AD99B1
Text Example
Text Example
White with #AD99B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99B1; }
p { color: rgb(173,153,177); }
H1.HeaderClassName
{
color: #AD99B1;
}
.AnyTagClassName
{
color: #AD99B1;
}
</style>
background-color css
<style>
a { background-color: #AD99B1; }
a { background-color: rgb(173,153,177); }
div.DivClassName
{
background-color: #AD99B1;
}
.BgClassName
{
background-color: #AD99B1;
}
</style>
border-color css
<style>
span { border-color: #AD99B1; }
span { border-color: rgb(173,153,177); }
td.TdClassName
{
border-color: #AD99B1;
}
.TagClassName
{
border-color: #AD99B1;
}
</style>