Shades of Hippie Pink #A2525C
Tints of Hippie Pink #A2525C
RGB
CMYK
RGB Variations
Color information
#A2525C (or 0xA2525C) is known color: Hippie Pink. HEX triplet: A2, 52 and 5C. RGB value is (162,82,92). Sum of RGB (Red+Green+Blue) = 162+82+92=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2525C is #5DADA3. Grayscale: #6B6B6B. Windows color (decimal): -6139300 or 6050466. OLE color: 6050466.
HSL color Cylindrical-coordinate representation of color #A2525C: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2525C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 92 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.36 |
| HSL | 352.5º | 0.33% | 0.48% | - |
| HSV(B) | 352.5º | 0.49% | 0.64% | - |
| XYZ | 19.85 | 14.49 | 11.88 | - |
| YUV | 107.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 92 | 0 | 0.49 | 0.43 | 0.36 | 352.5 | 0.33 | 0.48 |
| Hex | A2 | 52 | 5C | 0 | 31 | 2B | 24 | 160 | 21 | 30 |
| Octal | 242 | 122 | 134 | 0 | 61 | 53 | 44 | 540 | 41 | 60 |
| Binary | 10100010 | 1010010 | 1011100 | 0 | 110001 | 101011 | 100100 | 101100000 | 100001 | 110000 |
Color Harmonies of #A2525C
Complementary color
Monochromatic Colors of #A2525C
Black with #A2525C
Text Example
Text Example
White with #A2525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2525C; }
p { color: rgb(162,82,92); }
H1.HeaderClassName
{
color: #A2525C;
}
.AnyTagClassName
{
color: #A2525C;
}
</style>
background-color css
<style>
a { background-color: #A2525C; }
a { background-color: rgb(162,82,92); }
div.DivClassName
{
background-color: #A2525C;
}
.BgClassName
{
background-color: #A2525C;
}
</style>
border-color css
<style>
span { border-color: #A2525C; }
span { border-color: rgb(162,82,92); }
td.TdClassName
{
border-color: #A2525C;
}
.TagClassName
{
border-color: #A2525C;
}
</style>