Shades of Careys Pink #AB9D9F
Tints of Careys Pink #AB9D9F
RGB
CMYK
RGB Variations
Color information
#AB9D9F (or 0xAB9D9F) is known color: Careys Pink. HEX triplet: AB, 9D and 9F. RGB value is (171,157,159). Sum of RGB (Red+Green+Blue) = 171+157+159=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D9F is #546260. Grayscale: #A1A1A1. Windows color (decimal): -5530209 or 10460587. OLE color: 10460587.
HSL color Cylindrical-coordinate representation of color #AB9D9F: hue angle of 351.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9D9F is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 159 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.33 |
| HSL | 351.43º | 0.08% | 0.64% | - |
| HSV(B) | 351.43º | 0.08% | 0.67% | - |
| XYZ | 35.11 | 35.28 | 37.76 | - |
| YUV | 161.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 159 | 0 | 0.08 | 0.07 | 0.33 | 351.43 | 0.08 | 0.64 |
| Hex | AB | 9D | 9F | 0 | 8 | 7 | 21 | 15F | 8 | 40 |
| Octal | 253 | 235 | 237 | 0 | 10 | 7 | 41 | 537 | 10 | 100 |
| Binary | 10101011 | 10011101 | 10011111 | 0 | 1000 | 111 | 100001 | 101011111 | 1000 | 1000000 |
Color Harmonies of #AB9D9F
Complementary color
Monochromatic Colors of #AB9D9F
Black with #AB9D9F
Text Example
Text Example
White with #AB9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D9F; }
p { color: rgb(171,157,159); }
H1.HeaderClassName
{
color: #AB9D9F;
}
.AnyTagClassName
{
color: #AB9D9F;
}
</style>
background-color css
<style>
a { background-color: #AB9D9F; }
a { background-color: rgb(171,157,159); }
div.DivClassName
{
background-color: #AB9D9F;
}
.BgClassName
{
background-color: #AB9D9F;
}
</style>
border-color css
<style>
span { border-color: #AB9D9F; }
span { border-color: rgb(171,157,159); }
td.TdClassName
{
border-color: #AB9D9F;
}
.TagClassName
{
border-color: #AB9D9F;
}
</style>