Shades of Careys Pink #AEA2A3
Tints of Careys Pink #AEA2A3
RGB
CMYK
RGB Variations
Color information
#AEA2A3 (or 0xAEA2A3) is known color: Careys Pink. HEX triplet: AE, A2 and A3. RGB value is (174,162,163). Sum of RGB (Red+Green+Blue) = 174+162+163=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA2A3 is #515D5C. Grayscale: #A5A5A5. Windows color (decimal): -5332317 or 10724014. OLE color: 10724014.
HSL color Cylindrical-coordinate representation of color #AEA2A3: hue angle of 355º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEA2A3 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 163 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.32 |
| HSL | 355º | 0.07% | 0.66% | - |
| HSV(B) | 355º | 0.07% | 0.68% | - |
| XYZ | 36.99 | 37.48 | 39.94 | - |
| YUV | 165.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 163 | 0 | 0.07 | 0.06 | 0.32 | 355 | 0.07 | 0.66 |
| Hex | AE | A2 | A3 | 0 | 7 | 6 | 20 | 163 | 7 | 42 |
| Octal | 256 | 242 | 243 | 0 | 7 | 6 | 40 | 543 | 7 | 102 |
| Binary | 10101110 | 10100010 | 10100011 | 0 | 111 | 110 | 100000 | 101100011 | 111 | 1000010 |
Color Harmonies of #AEA2A3
Complementary color
Monochromatic Colors of #AEA2A3
Black with #AEA2A3
Text Example
Text Example
White with #AEA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2A3; }
p { color: rgb(174,162,163); }
H1.HeaderClassName
{
color: #AEA2A3;
}
.AnyTagClassName
{
color: #AEA2A3;
}
</style>
background-color css
<style>
a { background-color: #AEA2A3; }
a { background-color: rgb(174,162,163); }
div.DivClassName
{
background-color: #AEA2A3;
}
.BgClassName
{
background-color: #AEA2A3;
}
</style>
border-color css
<style>
span { border-color: #AEA2A3; }
span { border-color: rgb(174,162,163); }
td.TdClassName
{
border-color: #AEA2A3;
}
.TagClassName
{
border-color: #AEA2A3;
}
</style>