Shades of Careys Pink #AB999B
Tints of Careys Pink #AB999B
RGB
CMYK
RGB Variations
Color information
#AB999B (or 0xAB999B) is known color: Careys Pink. HEX triplet: AB, 99 and 9B. RGB value is (171,153,155). Sum of RGB (Red+Green+Blue) = 171+153+155=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999B is #546664. Grayscale: #9E9E9E. Windows color (decimal): -5531237 or 10197419. OLE color: 10197419.
HSL color Cylindrical-coordinate representation of color #AB999B: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB999B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 155 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.33 |
| HSL | 353.33º | 0.1% | 0.64% | - |
| HSV(B) | 353.33º | 0.11% | 0.67% | - |
| XYZ | 34.1 | 33.81 | 35.74 | - |
| YUV | 158.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 155 | 0 | 0.11 | 0.09 | 0.33 | 353.33 | 0.1 | 0.64 |
| Hex | AB | 99 | 9B | 0 | B | 9 | 21 | 161 | A | 40 |
| Octal | 253 | 231 | 233 | 0 | 13 | 11 | 41 | 541 | 12 | 100 |
| Binary | 10101011 | 10011001 | 10011011 | 0 | 1011 | 1001 | 100001 | 101100001 | 1010 | 1000000 |
Color Harmonies of #AB999B
Complementary color
Monochromatic Colors of #AB999B
Black with #AB999B
Text Example
Text Example
White with #AB999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB999B; }
p { color: rgb(171,153,155); }
H1.HeaderClassName
{
color: #AB999B;
}
.AnyTagClassName
{
color: #AB999B;
}
</style>
background-color css
<style>
a { background-color: #AB999B; }
a { background-color: rgb(171,153,155); }
div.DivClassName
{
background-color: #AB999B;
}
.BgClassName
{
background-color: #AB999B;
}
</style>
border-color css
<style>
span { border-color: #AB999B; }
span { border-color: rgb(171,153,155); }
td.TdClassName
{
border-color: #AB999B;
}
.TagClassName
{
border-color: #AB999B;
}
</style>