Shades of Careys Pink #AA9A9C
Tints of Careys Pink #AA9A9C
RGB
CMYK
RGB Variations
Color information
#AA9A9C (or 0xAA9A9C) is known color: Careys Pink. HEX triplet: AA, 9A and 9C. RGB value is (170,154,156). Sum of RGB (Red+Green+Blue) = 170+154+156=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A9C is #556563. Grayscale: #9F9F9F. Windows color (decimal): -5596516 or 10263210. OLE color: 10263210.
HSL color Cylindrical-coordinate representation of color #AA9A9C: hue angle of 352.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9A9C is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 156 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.33 |
| HSL | 352.5º | 0.09% | 0.64% | - |
| HSV(B) | 352.5º | 0.09% | 0.67% | - |
| XYZ | 34.13 | 34.06 | 36.23 | - |
| YUV | 159.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 156 | 0 | 0.09 | 0.08 | 0.33 | 352.5 | 0.09 | 0.64 |
| Hex | AA | 9A | 9C | 0 | 9 | 8 | 21 | 160 | 9 | 40 |
| Octal | 252 | 232 | 234 | 0 | 11 | 10 | 41 | 540 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10011100 | 0 | 1001 | 1000 | 100001 | 101100000 | 1001 | 1000000 |
Color Harmonies of #AA9A9C
Complementary color
Monochromatic Colors of #AA9A9C
Black with #AA9A9C
Text Example
Text Example
White with #AA9A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A9C; }
p { color: rgb(170,154,156); }
H1.HeaderClassName
{
color: #AA9A9C;
}
.AnyTagClassName
{
color: #AA9A9C;
}
</style>
background-color css
<style>
a { background-color: #AA9A9C; }
a { background-color: rgb(170,154,156); }
div.DivClassName
{
background-color: #AA9A9C;
}
.BgClassName
{
background-color: #AA9A9C;
}
</style>
border-color css
<style>
span { border-color: #AA9A9C; }
span { border-color: rgb(170,154,156); }
td.TdClassName
{
border-color: #AA9A9C;
}
.TagClassName
{
border-color: #AA9A9C;
}
</style>