Shades of Careys Pink #AA9A9B
Tints of Careys Pink #AA9A9B
RGB
CMYK
RGB Variations
Color information
#AA9A9B (or 0xAA9A9B) is known color: Careys Pink. HEX triplet: AA, 9A and 9B. RGB value is (170,154,155). Sum of RGB (Red+Green+Blue) = 170+154+155=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A9B is #556564. Grayscale: #9E9E9E. Windows color (decimal): -5596517 or 10197674. OLE color: 10197674.
HSL color Cylindrical-coordinate representation of color #AA9A9B: hue angle of 356.25º 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 #AA9A9B is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 155 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.33 |
| HSL | 356.25º | 0.09% | 0.64% | - |
| HSV(B) | 356.25º | 0.09% | 0.67% | - |
| XYZ | 34.05 | 34.02 | 35.78 | - |
| YUV | 158.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 155 | 0 | 0.09 | 0.09 | 0.33 | 356.25 | 0.09 | 0.64 |
| Hex | AA | 9A | 9B | 0 | 9 | 9 | 21 | 164 | 9 | 40 |
| Octal | 252 | 232 | 233 | 0 | 11 | 11 | 41 | 544 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10011011 | 0 | 1001 | 1001 | 100001 | 101100100 | 1001 | 1000000 |
Color Harmonies of #AA9A9B
Complementary color
Monochromatic Colors of #AA9A9B
Black with #AA9A9B
Text Example
Text Example
White with #AA9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A9B; }
p { color: rgb(170,154,155); }
H1.HeaderClassName
{
color: #AA9A9B;
}
.AnyTagClassName
{
color: #AA9A9B;
}
</style>
background-color css
<style>
a { background-color: #AA9A9B; }
a { background-color: rgb(170,154,155); }
div.DivClassName
{
background-color: #AA9A9B;
}
.BgClassName
{
background-color: #AA9A9B;
}
</style>
border-color css
<style>
span { border-color: #AA9A9B; }
span { border-color: rgb(170,154,155); }
td.TdClassName
{
border-color: #AA9A9B;
}
.TagClassName
{
border-color: #AA9A9B;
}
</style>