Shades of Careys Pink #AB9D9E
Tints of Careys Pink #AB9D9E
RGB
CMYK
RGB Variations
Color information
#AB9D9E (or 0xAB9D9E) is known color: Careys Pink. HEX triplet: AB, 9D and 9E. RGB value is (171,157,158). Sum of RGB (Red+Green+Blue) = 171+157+158=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D9E is #546261. Grayscale: #A1A1A1. Windows color (decimal): -5530210 or 10395051. OLE color: 10395051.
HSL color Cylindrical-coordinate representation of color #AB9D9E: hue angle of 355.71º 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 #AB9D9E is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 158 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.33 |
| HSL | 355.71º | 0.08% | 0.64% | - |
| HSV(B) | 355.71º | 0.08% | 0.67% | - |
| XYZ | 35.02 | 35.24 | 37.3 | - |
| YUV | 161.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 158 | 0 | 0.08 | 0.08 | 0.33 | 355.71 | 0.08 | 0.64 |
| Hex | AB | 9D | 9E | 0 | 8 | 8 | 21 | 164 | 8 | 40 |
| Octal | 253 | 235 | 236 | 0 | 10 | 10 | 41 | 544 | 10 | 100 |
| Binary | 10101011 | 10011101 | 10011110 | 0 | 1000 | 1000 | 100001 | 101100100 | 1000 | 1000000 |
Color Harmonies of #AB9D9E
Complementary color
Monochromatic Colors of #AB9D9E
Black with #AB9D9E
Text Example
Text Example
White with #AB9D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D9E; }
p { color: rgb(171,157,158); }
H1.HeaderClassName
{
color: #AB9D9E;
}
.AnyTagClassName
{
color: #AB9D9E;
}
</style>
background-color css
<style>
a { background-color: #AB9D9E; }
a { background-color: rgb(171,157,158); }
div.DivClassName
{
background-color: #AB9D9E;
}
.BgClassName
{
background-color: #AB9D9E;
}
</style>
border-color css
<style>
span { border-color: #AB9D9E; }
span { border-color: rgb(171,157,158); }
td.TdClassName
{
border-color: #AB9D9E;
}
.TagClassName
{
border-color: #AB9D9E;
}
</style>