Shades of Careys Pink #AD9EA0
Tints of Careys Pink #AD9EA0
RGB
CMYK
RGB Variations
Color information
#AD9EA0 (or 0xAD9EA0) is known color: Careys Pink. HEX triplet: AD, 9E and A0. RGB value is (173,158,160). Sum of RGB (Red+Green+Blue) = 173+158+160=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EA0 is #52615F. Grayscale: #A2A2A2. Windows color (decimal): -5398880 or 10526381. OLE color: 10526381.
HSL color Cylindrical-coordinate representation of color #AD9EA0: hue angle of 352º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9EA0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 160 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.32 |
| HSL | 352º | 0.08% | 0.65% | - |
| HSV(B) | 352º | 0.09% | 0.68% | - |
| XYZ | 35.81 | 35.88 | 38.3 | - |
| YUV | 162.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 160 | 0 | 0.09 | 0.08 | 0.32 | 352 | 0.08 | 0.65 |
| Hex | AD | 9E | A0 | 0 | 9 | 8 | 20 | 160 | 8 | 41 |
| Octal | 255 | 236 | 240 | 0 | 11 | 10 | 40 | 540 | 10 | 101 |
| Binary | 10101101 | 10011110 | 10100000 | 0 | 1001 | 1000 | 100000 | 101100000 | 1000 | 1000001 |
Color Harmonies of #AD9EA0
Complementary color
Monochromatic Colors of #AD9EA0
Black with #AD9EA0
Text Example
Text Example
White with #AD9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EA0; }
p { color: rgb(173,158,160); }
H1.HeaderClassName
{
color: #AD9EA0;
}
.AnyTagClassName
{
color: #AD9EA0;
}
</style>
background-color css
<style>
a { background-color: #AD9EA0; }
a { background-color: rgb(173,158,160); }
div.DivClassName
{
background-color: #AD9EA0;
}
.BgClassName
{
background-color: #AD9EA0;
}
</style>
border-color css
<style>
span { border-color: #AD9EA0; }
span { border-color: rgb(173,158,160); }
td.TdClassName
{
border-color: #AD9EA0;
}
.TagClassName
{
border-color: #AD9EA0;
}
</style>