Shades of Careys Pink #AB9798
Tints of Careys Pink #AB9798
RGB
CMYK
RGB Variations
Color information
#AB9798 (or 0xAB9798) is known color: Careys Pink. HEX triplet: AB, 97 and 98. RGB value is (171,151,152). Sum of RGB (Red+Green+Blue) = 171+151+152=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9798 is #546867. Grayscale: #9D9D9D. Windows color (decimal): -5531752 or 10000299. OLE color: 10000299.
HSL color Cylindrical-coordinate representation of color #AB9798: hue angle of 357º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB9798 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 152 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.33 |
| HSL | 357º | 0.11% | 0.63% | - |
| HSV(B) | 357º | 0.12% | 0.67% | - |
| XYZ | 33.53 | 33.06 | 34.32 | - |
| YUV | 157.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 152 | 0 | 0.12 | 0.11 | 0.33 | 357 | 0.11 | 0.63 |
| Hex | AB | 97 | 98 | 0 | C | B | 21 | 165 | B | 3F |
| Octal | 253 | 227 | 230 | 0 | 14 | 13 | 41 | 545 | 13 | 77 |
| Binary | 10101011 | 10010111 | 10011000 | 0 | 1100 | 1011 | 100001 | 101100101 | 1011 | 111111 |
Color Harmonies of #AB9798
Complementary color
Monochromatic Colors of #AB9798
Black with #AB9798
Text Example
Text Example
White with #AB9798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9798; }
p { color: rgb(171,151,152); }
H1.HeaderClassName
{
color: #AB9798;
}
.AnyTagClassName
{
color: #AB9798;
}
</style>
background-color css
<style>
a { background-color: #AB9798; }
a { background-color: rgb(171,151,152); }
div.DivClassName
{
background-color: #AB9798;
}
.BgClassName
{
background-color: #AB9798;
}
</style>
border-color css
<style>
span { border-color: #AB9798; }
span { border-color: rgb(171,151,152); }
td.TdClassName
{
border-color: #AB9798;
}
.TagClassName
{
border-color: #AB9798;
}
</style>