Shades of Careys Pink #AAA2A3
Tints of Careys Pink #AAA2A3
RGB
CMYK
RGB Variations
Color information
#AAA2A3 (or 0xAAA2A3) is known color: Careys Pink. HEX triplet: AA, A2 and A3. RGB value is (170,162,163). Sum of RGB (Red+Green+Blue) = 170+162+163=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2A3 is #555D5C. Grayscale: #A4A4A4. Windows color (decimal): -5594461 or 10724010. OLE color: 10724010.
HSL color Cylindrical-coordinate representation of color #AAA2A3: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA2A3 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 163 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.33 |
| HSL | 352.5º | 0.04% | 0.65% | - |
| HSV(B) | 352.5º | 0.05% | 0.67% | - |
| XYZ | 36.11 | 37.03 | 39.89 | - |
| YUV | 164.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 163 | 0 | 0.05 | 0.04 | 0.33 | 352.5 | 0.04 | 0.65 |
| Hex | AA | A2 | A3 | 0 | 5 | 4 | 21 | 160 | 4 | 41 |
| Octal | 252 | 242 | 243 | 0 | 5 | 4 | 41 | 540 | 4 | 101 |
| Binary | 10101010 | 10100010 | 10100011 | 0 | 101 | 100 | 100001 | 101100000 | 100 | 1000001 |
Color Harmonies of #AAA2A3
Complementary color
Monochromatic Colors of #AAA2A3
Black with #AAA2A3
Text Example
Text Example
White with #AAA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2A3; }
p { color: rgb(170,162,163); }
H1.HeaderClassName
{
color: #AAA2A3;
}
.AnyTagClassName
{
color: #AAA2A3;
}
</style>
background-color css
<style>
a { background-color: #AAA2A3; }
a { background-color: rgb(170,162,163); }
div.DivClassName
{
background-color: #AAA2A3;
}
.BgClassName
{
background-color: #AAA2A3;
}
</style>
border-color css
<style>
span { border-color: #AAA2A3; }
span { border-color: rgb(170,162,163); }
td.TdClassName
{
border-color: #AAA2A3;
}
.TagClassName
{
border-color: #AAA2A3;
}
</style>