Shades of Careys Pink #AC9A9B
Tints of Careys Pink #AC9A9B
RGB
CMYK
RGB Variations
Color information
#AC9A9B (or 0xAC9A9B) is known color: Careys Pink. HEX triplet: AC, 9A and 9B. RGB value is (172,154,155). Sum of RGB (Red+Green+Blue) = 172+154+155=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A9B is #536564. Grayscale: #9F9F9F. Windows color (decimal): -5465445 or 10197676. OLE color: 10197676.
HSL color Cylindrical-coordinate representation of color #AC9A9B: hue angle of 356.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9A9B is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 155 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.33 |
| HSL | 356.67º | 0.1% | 0.64% | - |
| HSV(B) | 356.67º | 0.1% | 0.67% | - |
| XYZ | 34.49 | 34.25 | 35.8 | - |
| YUV | 159.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 155 | 0 | 0.10 | 0.10 | 0.33 | 356.67 | 0.1 | 0.64 |
| Hex | AC | 9A | 9B | 0 | A | A | 21 | 165 | A | 40 |
| Octal | 254 | 232 | 233 | 0 | 12 | 12 | 41 | 545 | 12 | 100 |
| Binary | 10101100 | 10011010 | 10011011 | 0 | 1010 | 1010 | 100001 | 101100101 | 1010 | 1000000 |
Color Harmonies of #AC9A9B
Complementary color
Monochromatic Colors of #AC9A9B
Black with #AC9A9B
Text Example
Text Example
White with #AC9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A9B; }
p { color: rgb(172,154,155); }
H1.HeaderClassName
{
color: #AC9A9B;
}
.AnyTagClassName
{
color: #AC9A9B;
}
</style>
background-color css
<style>
a { background-color: #AC9A9B; }
a { background-color: rgb(172,154,155); }
div.DivClassName
{
background-color: #AC9A9B;
}
.BgClassName
{
background-color: #AC9A9B;
}
</style>
border-color css
<style>
span { border-color: #AC9A9B; }
span { border-color: rgb(172,154,155); }
td.TdClassName
{
border-color: #AC9A9B;
}
.TagClassName
{
border-color: #AC9A9B;
}
</style>