Shades of Careys Pink #ABA4A5
Tints of Careys Pink #ABA4A5
RGB
CMYK
RGB Variations
Color information
#ABA4A5 (or 0xABA4A5) is known color: Careys Pink. HEX triplet: AB, A4 and A5. RGB value is (171,164,165). Sum of RGB (Red+Green+Blue) = 171+164+165=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA4A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4A5 is #545B5A. Grayscale: #A6A6A6. Windows color (decimal): -5528411 or 10855595. OLE color: 10855595.
HSL color Cylindrical-coordinate representation of color #ABA4A5: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA4A5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 165 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.33 |
| HSL | 351.43º | 0.04% | 0.66% | - |
| HSV(B) | 351.43º | 0.04% | 0.67% | - |
| XYZ | 36.86 | 37.93 | 40.97 | - |
| YUV | 166.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 165 | 0 | 0.04 | 0.04 | 0.33 | 351.43 | 0.04 | 0.66 |
| Hex | AB | A4 | A5 | 0 | 4 | 4 | 21 | 15F | 4 | 42 |
| Octal | 253 | 244 | 245 | 0 | 4 | 4 | 41 | 537 | 4 | 102 |
| Binary | 10101011 | 10100100 | 10100101 | 0 | 100 | 100 | 100001 | 101011111 | 100 | 1000010 |
Color Harmonies of #ABA4A5
Complementary color
Monochromatic Colors of #ABA4A5
Black with #ABA4A5
Text Example
Text Example
White with #ABA4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4A5; }
p { color: rgb(171,164,165); }
H1.HeaderClassName
{
color: #ABA4A5;
}
.AnyTagClassName
{
color: #ABA4A5;
}
</style>
background-color css
<style>
a { background-color: #ABA4A5; }
a { background-color: rgb(171,164,165); }
div.DivClassName
{
background-color: #ABA4A5;
}
.BgClassName
{
background-color: #ABA4A5;
}
</style>
border-color css
<style>
span { border-color: #ABA4A5; }
span { border-color: rgb(171,164,165); }
td.TdClassName
{
border-color: #ABA4A5;
}
.TagClassName
{
border-color: #ABA4A5;
}
</style>