Shades of Careys Pink #AC999B
Tints of Careys Pink #AC999B
RGB
CMYK
RGB Variations
Color information
#AC999B (or 0xAC999B) is known color: Careys Pink. HEX triplet: AC, 99 and 9B. RGB value is (172,153,155). Sum of RGB (Red+Green+Blue) = 172+153+155=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999B is #536664. Grayscale: #9E9E9E. Windows color (decimal): -5465701 or 10197420. OLE color: 10197420.
HSL color Cylindrical-coordinate representation of color #AC999B: hue angle of 353.68º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC999B is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 155 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.33 |
| HSL | 353.68º | 0.1% | 0.64% | - |
| HSV(B) | 353.68º | 0.11% | 0.67% | - |
| XYZ | 34.32 | 33.92 | 35.75 | - |
| YUV | 158.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 155 | 0 | 0.11 | 0.10 | 0.33 | 353.68 | 0.1 | 0.64 |
| Hex | AC | 99 | 9B | 0 | B | A | 21 | 162 | A | 40 |
| Octal | 254 | 231 | 233 | 0 | 13 | 12 | 41 | 542 | 12 | 100 |
| Binary | 10101100 | 10011001 | 10011011 | 0 | 1011 | 1010 | 100001 | 101100010 | 1010 | 1000000 |
Color Harmonies of #AC999B
Complementary color
Monochromatic Colors of #AC999B
Black with #AC999B
Text Example
Text Example
White with #AC999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC999B; }
p { color: rgb(172,153,155); }
H1.HeaderClassName
{
color: #AC999B;
}
.AnyTagClassName
{
color: #AC999B;
}
</style>
background-color css
<style>
a { background-color: #AC999B; }
a { background-color: rgb(172,153,155); }
div.DivClassName
{
background-color: #AC999B;
}
.BgClassName
{
background-color: #AC999B;
}
</style>
border-color css
<style>
span { border-color: #AC999B; }
span { border-color: rgb(172,153,155); }
td.TdClassName
{
border-color: #AC999B;
}
.TagClassName
{
border-color: #AC999B;
}
</style>