Shades of Careys Pink #AA9C9D
Tints of Careys Pink #AA9C9D
RGB
CMYK
RGB Variations
Color information
#AA9C9D (or 0xAA9C9D) is known color: Careys Pink. HEX triplet: AA, 9C and 9D. RGB value is (170,156,157). Sum of RGB (Red+Green+Blue) = 170+156+157=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9D is #556362. Grayscale: #A0A0A0. Windows color (decimal): -5596003 or 10329258. OLE color: 10329258.
HSL color Cylindrical-coordinate representation of color #AA9C9D: hue angle of 355.71º 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 #AA9C9D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 157 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.33 |
| HSL | 355.71º | 0.08% | 0.64% | - |
| HSV(B) | 355.71º | 0.08% | 0.67% | - |
| XYZ | 34.55 | 34.76 | 36.79 | - |
| YUV | 160.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 157 | 0 | 0.08 | 0.08 | 0.33 | 355.71 | 0.08 | 0.64 |
| Hex | AA | 9C | 9D | 0 | 8 | 8 | 21 | 164 | 8 | 40 |
| Octal | 252 | 234 | 235 | 0 | 10 | 10 | 41 | 544 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10011101 | 0 | 1000 | 1000 | 100001 | 101100100 | 1000 | 1000000 |
Color Harmonies of #AA9C9D
Complementary color
Monochromatic Colors of #AA9C9D
Black with #AA9C9D
Text Example
Text Example
White with #AA9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C9D; }
p { color: rgb(170,156,157); }
H1.HeaderClassName
{
color: #AA9C9D;
}
.AnyTagClassName
{
color: #AA9C9D;
}
</style>
background-color css
<style>
a { background-color: #AA9C9D; }
a { background-color: rgb(170,156,157); }
div.DivClassName
{
background-color: #AA9C9D;
}
.BgClassName
{
background-color: #AA9C9D;
}
</style>
border-color css
<style>
span { border-color: #AA9C9D; }
span { border-color: rgb(170,156,157); }
td.TdClassName
{
border-color: #AA9C9D;
}
.TagClassName
{
border-color: #AA9C9D;
}
</style>