Shades of Careys Pink #AB9899
Tints of Careys Pink #AB9899
RGB
CMYK
RGB Variations
Color information
#AB9899 (or 0xAB9899) is known color: Careys Pink. HEX triplet: AB, 98 and 99. RGB value is (171,152,153). Sum of RGB (Red+Green+Blue) = 171+152+153=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9899 is #546766. Grayscale: #9D9D9D. Windows color (decimal): -5531495 or 10066091. OLE color: 10066091.
HSL color Cylindrical-coordinate representation of color #AB9899: hue angle of 356.84º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9899 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 153 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.33 |
| HSL | 356.84º | 0.1% | 0.63% | - |
| HSV(B) | 356.84º | 0.11% | 0.67% | - |
| XYZ | 33.77 | 33.41 | 34.81 | - |
| YUV | 157.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 153 | 0 | 0.11 | 0.11 | 0.33 | 356.84 | 0.1 | 0.63 |
| Hex | AB | 98 | 99 | 0 | B | B | 21 | 165 | A | 3F |
| Octal | 253 | 230 | 231 | 0 | 13 | 13 | 41 | 545 | 12 | 77 |
| Binary | 10101011 | 10011000 | 10011001 | 0 | 1011 | 1011 | 100001 | 101100101 | 1010 | 111111 |
Color Harmonies of #AB9899
Complementary color
Monochromatic Colors of #AB9899
Black with #AB9899
Text Example
Text Example
White with #AB9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9899; }
p { color: rgb(171,152,153); }
H1.HeaderClassName
{
color: #AB9899;
}
.AnyTagClassName
{
color: #AB9899;
}
</style>
background-color css
<style>
a { background-color: #AB9899; }
a { background-color: rgb(171,152,153); }
div.DivClassName
{
background-color: #AB9899;
}
.BgClassName
{
background-color: #AB9899;
}
</style>
border-color css
<style>
span { border-color: #AB9899; }
span { border-color: rgb(171,152,153); }
td.TdClassName
{
border-color: #AB9899;
}
.TagClassName
{
border-color: #AB9899;
}
</style>