Shades of Careys Pink #AA9FA0
Tints of Careys Pink #AA9FA0
RGB
CMYK
RGB Variations
Color information
#AA9FA0 (or 0xAA9FA0) is known color: Careys Pink. HEX triplet: AA, 9F and A0. RGB value is (170,159,160). Sum of RGB (Red+Green+Blue) = 170+159+160=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA0 is #55605F. Grayscale: #A2A2A2. Windows color (decimal): -5595232 or 10526634. OLE color: 10526634.
HSL color Cylindrical-coordinate representation of color #AA9FA0: hue angle of 354.55º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AA9FA0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 160 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.33 |
| HSL | 354.55º | 0.06% | 0.65% | - |
| HSV(B) | 354.55º | 0.06% | 0.67% | - |
| XYZ | 35.32 | 35.88 | 38.32 | - |
| YUV | 162.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 160 | 0 | 0.06 | 0.06 | 0.33 | 354.55 | 0.06 | 0.65 |
| Hex | AA | 9F | A0 | 0 | 6 | 6 | 21 | 163 | 6 | 41 |
| Octal | 252 | 237 | 240 | 0 | 6 | 6 | 41 | 543 | 6 | 101 |
| Binary | 10101010 | 10011111 | 10100000 | 0 | 110 | 110 | 100001 | 101100011 | 110 | 1000001 |
Color Harmonies of #AA9FA0
Complementary color
Monochromatic Colors of #AA9FA0
Black with #AA9FA0
Text Example
Text Example
White with #AA9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FA0; }
p { color: rgb(170,159,160); }
H1.HeaderClassName
{
color: #AA9FA0;
}
.AnyTagClassName
{
color: #AA9FA0;
}
</style>
background-color css
<style>
a { background-color: #AA9FA0; }
a { background-color: rgb(170,159,160); }
div.DivClassName
{
background-color: #AA9FA0;
}
.BgClassName
{
background-color: #AA9FA0;
}
</style>
border-color css
<style>
span { border-color: #AA9FA0; }
span { border-color: rgb(170,159,160); }
td.TdClassName
{
border-color: #AA9FA0;
}
.TagClassName
{
border-color: #AA9FA0;
}
</style>