Shades of Hippie Pink #A2545C
Tints of Hippie Pink #A2545C
RGB
CMYK
RGB Variations
Color information
#A2545C (or 0xA2545C) is known color: Hippie Pink. HEX triplet: A2, 54 and 5C. RGB value is (162,84,92). Sum of RGB (Red+Green+Blue) = 162+84+92=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2545C is #5DABA3. Grayscale: #6C6C6C. Windows color (decimal): -6138788 or 6050978. OLE color: 6050978.
HSL color Cylindrical-coordinate representation of color #A2545C: hue angle of 353.85º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2545C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 92 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.36 |
| HSL | 353.85º | 0.32% | 0.48% | - |
| HSV(B) | 353.85º | 0.48% | 0.64% | - |
| XYZ | 20 | 14.79 | 11.93 | - |
| YUV | 108.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 92 | 0 | 0.48 | 0.43 | 0.36 | 353.85 | 0.32 | 0.48 |
| Hex | A2 | 54 | 5C | 0 | 30 | 2B | 24 | 162 | 20 | 30 |
| Octal | 242 | 124 | 134 | 0 | 60 | 53 | 44 | 542 | 40 | 60 |
| Binary | 10100010 | 1010100 | 1011100 | 0 | 110000 | 101011 | 100100 | 101100010 | 100000 | 110000 |
Color Harmonies of #A2545C
Complementary color
Monochromatic Colors of #A2545C
Black with #A2545C
Text Example
Text Example
White with #A2545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2545C; }
p { color: rgb(162,84,92); }
H1.HeaderClassName
{
color: #A2545C;
}
.AnyTagClassName
{
color: #A2545C;
}
</style>
background-color css
<style>
a { background-color: #A2545C; }
a { background-color: rgb(162,84,92); }
div.DivClassName
{
background-color: #A2545C;
}
.BgClassName
{
background-color: #A2545C;
}
</style>
border-color css
<style>
span { border-color: #A2545C; }
span { border-color: rgb(162,84,92); }
td.TdClassName
{
border-color: #A2545C;
}
.TagClassName
{
border-color: #A2545C;
}
</style>