Shades of Careys Pink #AD9E9F
Tints of Careys Pink #AD9E9F
RGB
CMYK
RGB Variations
Color information
#AD9E9F (or 0xAD9E9F) is known color: Careys Pink. HEX triplet: AD, 9E and 9F. RGB value is (173,158,159). Sum of RGB (Red+Green+Blue) = 173+158+159=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E9F is #526160. Grayscale: #A2A2A2. Windows color (decimal): -5398881 or 10460845. OLE color: 10460845.
HSL color Cylindrical-coordinate representation of color #AD9E9F: hue angle of 356º 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 #AD9E9F is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 159 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.32 |
| HSL | 356º | 0.08% | 0.65% | - |
| HSV(B) | 356º | 0.09% | 0.68% | - |
| XYZ | 35.72 | 35.84 | 37.84 | - |
| YUV | 162.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 159 | 0 | 0.09 | 0.08 | 0.32 | 356 | 0.08 | 0.65 |
| Hex | AD | 9E | 9F | 0 | 9 | 8 | 20 | 164 | 8 | 41 |
| Octal | 255 | 236 | 237 | 0 | 11 | 10 | 40 | 544 | 10 | 101 |
| Binary | 10101101 | 10011110 | 10011111 | 0 | 1001 | 1000 | 100000 | 101100100 | 1000 | 1000001 |
Color Harmonies of #AD9E9F
Complementary color
Monochromatic Colors of #AD9E9F
Black with #AD9E9F
Text Example
Text Example
White with #AD9E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E9F; }
p { color: rgb(173,158,159); }
H1.HeaderClassName
{
color: #AD9E9F;
}
.AnyTagClassName
{
color: #AD9E9F;
}
</style>
background-color css
<style>
a { background-color: #AD9E9F; }
a { background-color: rgb(173,158,159); }
div.DivClassName
{
background-color: #AD9E9F;
}
.BgClassName
{
background-color: #AD9E9F;
}
</style>
border-color css
<style>
span { border-color: #AD9E9F; }
span { border-color: rgb(173,158,159); }
td.TdClassName
{
border-color: #AD9E9F;
}
.TagClassName
{
border-color: #AD9E9F;
}
</style>