Shades of Careys Pink #AD9FA0
Tints of Careys Pink #AD9FA0
RGB
CMYK
RGB Variations
Color information
#AD9FA0 (or 0xAD9FA0) is known color: Careys Pink. HEX triplet: AD, 9F and A0. RGB value is (173,159,160). Sum of RGB (Red+Green+Blue) = 173+159+160=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA0 is #52605F. Grayscale: #A3A3A3. Windows color (decimal): -5398624 or 10526637. OLE color: 10526637.
HSL color Cylindrical-coordinate representation of color #AD9FA0: hue angle of 355.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AD9FA0 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 160 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.32 |
| HSL | 355.71º | 0.08% | 0.65% | - |
| HSV(B) | 355.71º | 0.08% | 0.68% | - |
| XYZ | 35.98 | 36.22 | 38.35 | - |
| YUV | 163.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 160 | 0 | 0.08 | 0.08 | 0.32 | 355.71 | 0.08 | 0.65 |
| Hex | AD | 9F | A0 | 0 | 8 | 8 | 20 | 164 | 8 | 41 |
| Octal | 255 | 237 | 240 | 0 | 10 | 10 | 40 | 544 | 10 | 101 |
| Binary | 10101101 | 10011111 | 10100000 | 0 | 1000 | 1000 | 100000 | 101100100 | 1000 | 1000001 |
Color Harmonies of #AD9FA0
Complementary color
Monochromatic Colors of #AD9FA0
Black with #AD9FA0
Text Example
Text Example
White with #AD9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FA0; }
p { color: rgb(173,159,160); }
H1.HeaderClassName
{
color: #AD9FA0;
}
.AnyTagClassName
{
color: #AD9FA0;
}
</style>
background-color css
<style>
a { background-color: #AD9FA0; }
a { background-color: rgb(173,159,160); }
div.DivClassName
{
background-color: #AD9FA0;
}
.BgClassName
{
background-color: #AD9FA0;
}
</style>
border-color css
<style>
span { border-color: #AD9FA0; }
span { border-color: rgb(173,159,160); }
td.TdClassName
{
border-color: #AD9FA0;
}
.TagClassName
{
border-color: #AD9FA0;
}
</style>