Shades of Careys Pink #AC989A
Tints of Careys Pink #AC989A
RGB
CMYK
RGB Variations
Color information
#AC989A (or 0xAC989A) is known color: Careys Pink. HEX triplet: AC, 98 and 9A. RGB value is (172,152,154). Sum of RGB (Red+Green+Blue) = 172+152+154=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC989A is #536765. Grayscale: #9E9E9E. Windows color (decimal): -5465958 or 10131628. OLE color: 10131628.
HSL color Cylindrical-coordinate representation of color #AC989A: hue angle of 354º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC989A is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 154 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.33 |
| HSL | 354º | 0.11% | 0.64% | - |
| HSV(B) | 354º | 0.12% | 0.67% | - |
| XYZ | 34.07 | 33.56 | 35.25 | - |
| YUV | 158.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 154 | 0 | 0.12 | 0.10 | 0.33 | 354 | 0.11 | 0.64 |
| Hex | AC | 98 | 9A | 0 | C | A | 21 | 162 | B | 40 |
| Octal | 254 | 230 | 232 | 0 | 14 | 12 | 41 | 542 | 13 | 100 |
| Binary | 10101100 | 10011000 | 10011010 | 0 | 1100 | 1010 | 100001 | 101100010 | 1011 | 1000000 |
Color Harmonies of #AC989A
Complementary color
Monochromatic Colors of #AC989A
Black with #AC989A
Text Example
Text Example
White with #AC989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC989A; }
p { color: rgb(172,152,154); }
H1.HeaderClassName
{
color: #AC989A;
}
.AnyTagClassName
{
color: #AC989A;
}
</style>
background-color css
<style>
a { background-color: #AC989A; }
a { background-color: rgb(172,152,154); }
div.DivClassName
{
background-color: #AC989A;
}
.BgClassName
{
background-color: #AC989A;
}
</style>
border-color css
<style>
span { border-color: #AC989A; }
span { border-color: rgb(172,152,154); }
td.TdClassName
{
border-color: #AC989A;
}
.TagClassName
{
border-color: #AC989A;
}
</style>