Shades of Careys Pink #AE9C9F
Tints of Careys Pink #AE9C9F
RGB
CMYK
RGB Variations
Color information
#AE9C9F (or 0xAE9C9F) is known color: Careys Pink. HEX triplet: AE, 9C and 9F. RGB value is (174,156,159). Sum of RGB (Red+Green+Blue) = 174+156+159=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9C9F is #516360. Grayscale: #A1A1A1. Windows color (decimal): -5333857 or 10460334. OLE color: 10460334.
HSL color Cylindrical-coordinate representation of color #AE9C9F: hue angle of 350º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AE9C9F is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 159 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.32 |
| HSL | 350º | 0.1% | 0.65% | - |
| HSV(B) | 350º | 0.1% | 0.68% | - |
| XYZ | 35.6 | 35.28 | 37.73 | - |
| YUV | 161.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 159 | 0 | 0.10 | 0.09 | 0.32 | 350 | 0.1 | 0.65 |
| Hex | AE | 9C | 9F | 0 | A | 9 | 20 | 15E | A | 41 |
| Octal | 256 | 234 | 237 | 0 | 12 | 11 | 40 | 536 | 12 | 101 |
| Binary | 10101110 | 10011100 | 10011111 | 0 | 1010 | 1001 | 100000 | 101011110 | 1010 | 1000001 |
Color Harmonies of #AE9C9F
Complementary color
Monochromatic Colors of #AE9C9F
Black with #AE9C9F
Text Example
Text Example
White with #AE9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C9F; }
p { color: rgb(174,156,159); }
H1.HeaderClassName
{
color: #AE9C9F;
}
.AnyTagClassName
{
color: #AE9C9F;
}
</style>
background-color css
<style>
a { background-color: #AE9C9F; }
a { background-color: rgb(174,156,159); }
div.DivClassName
{
background-color: #AE9C9F;
}
.BgClassName
{
background-color: #AE9C9F;
}
</style>
border-color css
<style>
span { border-color: #AE9C9F; }
span { border-color: rgb(174,156,159); }
td.TdClassName
{
border-color: #AE9C9F;
}
.TagClassName
{
border-color: #AE9C9F;
}
</style>