Shades of Careys Pink #AD9799
Tints of Careys Pink #AD9799
RGB
CMYK
RGB Variations
Color information
#AD9799 (or 0xAD9799) is known color: Careys Pink. HEX triplet: AD, 97 and 99. RGB value is (173,151,153). Sum of RGB (Red+Green+Blue) = 173+151+153=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9799 is #526866. Grayscale: #9D9D9D. Windows color (decimal): -5400679 or 10065837. OLE color: 10065837.
HSL color Cylindrical-coordinate representation of color #AD9799: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD9799 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 153 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.32 |
| HSL | 354.55º | 0.12% | 0.64% | - |
| HSV(B) | 354.55º | 0.13% | 0.68% | - |
| XYZ | 34.05 | 33.32 | 34.77 | - |
| YUV | 157.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 153 | 0 | 0.13 | 0.12 | 0.32 | 354.55 | 0.12 | 0.64 |
| Hex | AD | 97 | 99 | 0 | D | C | 20 | 163 | C | 40 |
| Octal | 255 | 227 | 231 | 0 | 15 | 14 | 40 | 543 | 14 | 100 |
| Binary | 10101101 | 10010111 | 10011001 | 0 | 1101 | 1100 | 100000 | 101100011 | 1100 | 1000000 |
Color Harmonies of #AD9799
Complementary color
Monochromatic Colors of #AD9799
Black with #AD9799
Text Example
Text Example
White with #AD9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9799; }
p { color: rgb(173,151,153); }
H1.HeaderClassName
{
color: #AD9799;
}
.AnyTagClassName
{
color: #AD9799;
}
</style>
background-color css
<style>
a { background-color: #AD9799; }
a { background-color: rgb(173,151,153); }
div.DivClassName
{
background-color: #AD9799;
}
.BgClassName
{
background-color: #AD9799;
}
</style>
border-color css
<style>
span { border-color: #AD9799; }
span { border-color: rgb(173,151,153); }
td.TdClassName
{
border-color: #AD9799;
}
.TagClassName
{
border-color: #AD9799;
}
</style>