Shades of Careys Pink #AA9697
Tints of Careys Pink #AA9697
RGB
CMYK
RGB Variations
Color information
#AA9697 (or 0xAA9697) is known color: Careys Pink. HEX triplet: AA, 96 and 97. RGB value is (170,150,151). Sum of RGB (Red+Green+Blue) = 170+150+151=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9697 is #556968. Grayscale: #9C9C9C. Windows color (decimal): -5597545 or 9934506. OLE color: 9934506.
HSL color Cylindrical-coordinate representation of color #AA9697: hue angle of 357º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9697 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 151 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.33 |
| HSL | 357º | 0.11% | 0.63% | - |
| HSV(B) | 357º | 0.12% | 0.67% | - |
| XYZ | 33.07 | 32.59 | 33.83 | - |
| YUV | 156.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 151 | 0 | 0.12 | 0.11 | 0.33 | 357 | 0.11 | 0.63 |
| Hex | AA | 96 | 97 | 0 | C | B | 21 | 165 | B | 3F |
| Octal | 252 | 226 | 227 | 0 | 14 | 13 | 41 | 545 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10010111 | 0 | 1100 | 1011 | 100001 | 101100101 | 1011 | 111111 |
Color Harmonies of #AA9697
Complementary color
Monochromatic Colors of #AA9697
Black with #AA9697
Text Example
Text Example
White with #AA9697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9697; }
p { color: rgb(170,150,151); }
H1.HeaderClassName
{
color: #AA9697;
}
.AnyTagClassName
{
color: #AA9697;
}
</style>
background-color css
<style>
a { background-color: #AA9697; }
a { background-color: rgb(170,150,151); }
div.DivClassName
{
background-color: #AA9697;
}
.BgClassName
{
background-color: #AA9697;
}
</style>
border-color css
<style>
span { border-color: #AA9697; }
span { border-color: rgb(170,150,151); }
td.TdClassName
{
border-color: #AA9697;
}
.TagClassName
{
border-color: #AA9697;
}
</style>