Shades of Careys Pink #AB9B9C
Tints of Careys Pink #AB9B9C
RGB
CMYK
RGB Variations
Color information
#AB9B9C (or 0xAB9B9C) is known color: Careys Pink. HEX triplet: AB, 9B and 9C. RGB value is (171,155,156). Sum of RGB (Red+Green+Blue) = 171+155+156=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B9C is #546463. Grayscale: #9F9F9F. Windows color (decimal): -5530724 or 10263467. OLE color: 10263467.
HSL color Cylindrical-coordinate representation of color #AB9B9C: hue angle of 356.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9B9C is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 156 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.33 |
| HSL | 356.25º | 0.09% | 0.64% | - |
| HSV(B) | 356.25º | 0.09% | 0.67% | - |
| XYZ | 34.52 | 34.5 | 36.29 | - |
| YUV | 159.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 156 | 0 | 0.09 | 0.09 | 0.33 | 356.25 | 0.09 | 0.64 |
| Hex | AB | 9B | 9C | 0 | 9 | 9 | 21 | 164 | 9 | 40 |
| Octal | 253 | 233 | 234 | 0 | 11 | 11 | 41 | 544 | 11 | 100 |
| Binary | 10101011 | 10011011 | 10011100 | 0 | 1001 | 1001 | 100001 | 101100100 | 1001 | 1000000 |
Color Harmonies of #AB9B9C
Complementary color
Monochromatic Colors of #AB9B9C
Black with #AB9B9C
Text Example
Text Example
White with #AB9B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B9C; }
p { color: rgb(171,155,156); }
H1.HeaderClassName
{
color: #AB9B9C;
}
.AnyTagClassName
{
color: #AB9B9C;
}
</style>
background-color css
<style>
a { background-color: #AB9B9C; }
a { background-color: rgb(171,155,156); }
div.DivClassName
{
background-color: #AB9B9C;
}
.BgClassName
{
background-color: #AB9B9C;
}
</style>
border-color css
<style>
span { border-color: #AB9B9C; }
span { border-color: rgb(171,155,156); }
td.TdClassName
{
border-color: #AB9B9C;
}
.TagClassName
{
border-color: #AB9B9C;
}
</style>