Shades of Careys Pink #AC9E9F
Tints of Careys Pink #AC9E9F
RGB
CMYK
RGB Variations
Color information
#AC9E9F (or 0xAC9E9F) is known color: Careys Pink. HEX triplet: AC, 9E and 9F. RGB value is (172,158,159). Sum of RGB (Red+Green+Blue) = 172+158+159=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E9F is #536160. Grayscale: #A2A2A2. Windows color (decimal): -5464417 or 10460844. OLE color: 10460844.
HSL color Cylindrical-coordinate representation of color #AC9E9F: hue angle of 355.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AC9E9F is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 158 | 159 | - |
CMYK | 0 | 0.08 | 0.08 | 0.33 |
HSL | 355.71º | 0.08% | 0.65% | - |
HSV(B) | 355.71º | 0.08% | 0.67% | - |
XYZ | 35.5 | 35.73 | 37.83 | - |
YUV | 162.3 | 126.14 | 134.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 158 | 159 | 0 | 0.08 | 0.08 | 0.33 | 355.71 | 0.08 | 0.65 |
Hex | AC | 9E | 9F | 0 | 8 | 8 | 21 | 164 | 8 | 41 |
Octal | 254 | 236 | 237 | 0 | 10 | 10 | 41 | 544 | 10 | 101 |
Binary | 10101100 | 10011110 | 10011111 | 0 | 1000 | 1000 | 100001 | 101100100 | 1000 | 1000001 |
Color Harmonies of #AC9E9F
Complementary color
Monochromatic Colors of #AC9E9F
Black with #AC9E9F
Text Example
Text Example
White with #AC9E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E9F; }
p { color: rgb(172,158,159); }
H1.HeaderClassName
{
color: #AC9E9F;
}
.AnyTagClassName
{
color: #AC9E9F;
}
</style>
background-color css
<style>
a { background-color: #AC9E9F; }
a { background-color: rgb(172,158,159); }
div.DivClassName
{
background-color: #AC9E9F;
}
.BgClassName
{
background-color: #AC9E9F;
}
</style>
border-color css
<style>
span { border-color: #AC9E9F; }
span { border-color: rgb(172,158,159); }
td.TdClassName
{
border-color: #AC9E9F;
}
.TagClassName
{
border-color: #AC9E9F;
}
</style>