Shades of Careys Pink #AA9C9E
Tints of Careys Pink #AA9C9E
RGB
CMYK
RGB Variations
Color information
#AA9C9E (or 0xAA9C9E) is known color: Careys Pink. HEX triplet: AA, 9C and 9E. RGB value is (170,156,158). Sum of RGB (Red+Green+Blue) = 170+156+158=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9E is #556361. Grayscale: #A0A0A0. Windows color (decimal): -5596002 or 10394794. OLE color: 10394794.
HSL color Cylindrical-coordinate representation of color #AA9C9E: hue angle of 351.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9C9E is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 158 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.33 |
| HSL | 351.43º | 0.08% | 0.64% | - |
| HSV(B) | 351.43º | 0.08% | 0.67% | - |
| XYZ | 34.64 | 34.79 | 37.24 | - |
| YUV | 160.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 158 | 0 | 0.08 | 0.07 | 0.33 | 351.43 | 0.08 | 0.64 |
| Hex | AA | 9C | 9E | 0 | 8 | 7 | 21 | 15F | 8 | 40 |
| Octal | 252 | 234 | 236 | 0 | 10 | 7 | 41 | 537 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10011110 | 0 | 1000 | 111 | 100001 | 101011111 | 1000 | 1000000 |
Color Harmonies of #AA9C9E
Complementary color
Monochromatic Colors of #AA9C9E
Black with #AA9C9E
Text Example
Text Example
White with #AA9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C9E; }
p { color: rgb(170,156,158); }
H1.HeaderClassName
{
color: #AA9C9E;
}
.AnyTagClassName
{
color: #AA9C9E;
}
</style>
background-color css
<style>
a { background-color: #AA9C9E; }
a { background-color: rgb(170,156,158); }
div.DivClassName
{
background-color: #AA9C9E;
}
.BgClassName
{
background-color: #AA9C9E;
}
</style>
border-color css
<style>
span { border-color: #AA9C9E; }
span { border-color: rgb(170,156,158); }
td.TdClassName
{
border-color: #AA9C9E;
}
.TagClassName
{
border-color: #AA9C9E;
}
</style>