Shades of Careys Pink #AD989A
Tints of Careys Pink #AD989A
RGB
CMYK
RGB Variations
Color information
#AD989A (or 0xAD989A) is known color: Careys Pink. HEX triplet: AD, 98 and 9A. RGB value is (173,152,154). Sum of RGB (Red+Green+Blue) = 173+152+154=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989A is #526765. Grayscale: #9E9E9E. Windows color (decimal): -5400422 or 10131629. OLE color: 10131629.
HSL color Cylindrical-coordinate representation of color #AD989A: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD989A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 154 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.32 |
| HSL | 354.29º | 0.11% | 0.64% | - |
| HSV(B) | 354.29º | 0.12% | 0.68% | - |
| XYZ | 34.29 | 33.67 | 35.26 | - |
| YUV | 158.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 154 | 0 | 0.12 | 0.11 | 0.32 | 354.29 | 0.11 | 0.64 |
| Hex | AD | 98 | 9A | 0 | C | B | 20 | 162 | B | 40 |
| Octal | 255 | 230 | 232 | 0 | 14 | 13 | 40 | 542 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10011010 | 0 | 1100 | 1011 | 100000 | 101100010 | 1011 | 1000000 |
Color Harmonies of #AD989A
Complementary color
Monochromatic Colors of #AD989A
Black with #AD989A
Text Example
Text Example
White with #AD989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD989A; }
p { color: rgb(173,152,154); }
H1.HeaderClassName
{
color: #AD989A;
}
.AnyTagClassName
{
color: #AD989A;
}
</style>
background-color css
<style>
a { background-color: #AD989A; }
a { background-color: rgb(173,152,154); }
div.DivClassName
{
background-color: #AD989A;
}
.BgClassName
{
background-color: #AD989A;
}
</style>
border-color css
<style>
span { border-color: #AD989A; }
span { border-color: rgb(173,152,154); }
td.TdClassName
{
border-color: #AD989A;
}
.TagClassName
{
border-color: #AD989A;
}
</style>