Shades of Careys Pink #AD999A
Tints of Careys Pink #AD999A
RGB
CMYK
RGB Variations
Color information
#AD999A (or 0xAD999A) is known color: Careys Pink. HEX triplet: AD, 99 and 9A. RGB value is (173,153,154). Sum of RGB (Red+Green+Blue) = 173+153+154=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD999A is #526665. Grayscale: #9F9F9F. Windows color (decimal): -5400166 or 10131885. OLE color: 10131885.
HSL color Cylindrical-coordinate representation of color #AD999A: hue angle of 357º 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 #AD999A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 154 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.32 |
| HSL | 357º | 0.11% | 0.64% | - |
| HSV(B) | 357º | 0.12% | 0.68% | - |
| XYZ | 34.46 | 34 | 35.32 | - |
| YUV | 159.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 154 | 0 | 0.12 | 0.11 | 0.32 | 357 | 0.11 | 0.64 |
| Hex | AD | 99 | 9A | 0 | C | B | 20 | 165 | B | 40 |
| Octal | 255 | 231 | 232 | 0 | 14 | 13 | 40 | 545 | 13 | 100 |
| Binary | 10101101 | 10011001 | 10011010 | 0 | 1100 | 1011 | 100000 | 101100101 | 1011 | 1000000 |
Color Harmonies of #AD999A
Complementary color
Monochromatic Colors of #AD999A
Black with #AD999A
Text Example
Text Example
White with #AD999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD999A; }
p { color: rgb(173,153,154); }
H1.HeaderClassName
{
color: #AD999A;
}
.AnyTagClassName
{
color: #AD999A;
}
</style>
background-color css
<style>
a { background-color: #AD999A; }
a { background-color: rgb(173,153,154); }
div.DivClassName
{
background-color: #AD999A;
}
.BgClassName
{
background-color: #AD999A;
}
</style>
border-color css
<style>
span { border-color: #AD999A; }
span { border-color: rgb(173,153,154); }
td.TdClassName
{
border-color: #AD999A;
}
.TagClassName
{
border-color: #AD999A;
}
</style>