Shades of Careys Pink #AA9B9D
Tints of Careys Pink #AA9B9D
RGB
CMYK
RGB Variations
Color information
#AA9B9D (or 0xAA9B9D) is known color: Careys Pink. HEX triplet: AA, 9B and 9D. RGB value is (170,155,157). Sum of RGB (Red+Green+Blue) = 170+155+157=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B9D is #556462. Grayscale: #9F9F9F. Windows color (decimal): -5596259 or 10329002. OLE color: 10329002.
HSL color Cylindrical-coordinate representation of color #AA9B9D: hue angle of 352º degrees, saturation: 0.08, 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 #AA9B9D is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 157 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.33 |
| HSL | 352º | 0.08% | 0.64% | - |
| HSV(B) | 352º | 0.09% | 0.67% | - |
| XYZ | 34.38 | 34.42 | 36.73 | - |
| YUV | 159.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 157 | 0 | 0.09 | 0.08 | 0.33 | 352 | 0.08 | 0.64 |
| Hex | AA | 9B | 9D | 0 | 9 | 8 | 21 | 160 | 8 | 40 |
| Octal | 252 | 233 | 235 | 0 | 11 | 10 | 41 | 540 | 10 | 100 |
| Binary | 10101010 | 10011011 | 10011101 | 0 | 1001 | 1000 | 100001 | 101100000 | 1000 | 1000000 |
Color Harmonies of #AA9B9D
Complementary color
Monochromatic Colors of #AA9B9D
Black with #AA9B9D
Text Example
Text Example
White with #AA9B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B9D; }
p { color: rgb(170,155,157); }
H1.HeaderClassName
{
color: #AA9B9D;
}
.AnyTagClassName
{
color: #AA9B9D;
}
</style>
background-color css
<style>
a { background-color: #AA9B9D; }
a { background-color: rgb(170,155,157); }
div.DivClassName
{
background-color: #AA9B9D;
}
.BgClassName
{
background-color: #AA9B9D;
}
</style>
border-color css
<style>
span { border-color: #AA9B9D; }
span { border-color: rgb(170,155,157); }
td.TdClassName
{
border-color: #AA9B9D;
}
.TagClassName
{
border-color: #AA9B9D;
}
</style>