Shades of Hippie Pink #A2525E
Tints of Hippie Pink #A2525E
RGB
CMYK
RGB Variations
Color information
#A2525E (or 0xA2525E) is known color: Hippie Pink. HEX triplet: A2, 52 and 5E. RGB value is (162,82,94). Sum of RGB (Red+Green+Blue) = 162+82+94=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2525E is #5DADA1. Grayscale: #6B6B6B. Windows color (decimal): -6139298 or 6181538. OLE color: 6181538.
HSL color Cylindrical-coordinate representation of color #A2525E: hue angle of 351º 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 #A2525E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 94 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.36 |
| HSL | 351º | 0.33% | 0.48% | - |
| HSV(B) | 351º | 0.49% | 0.64% | - |
| XYZ | 19.94 | 14.52 | 12.34 | - |
| YUV | 107.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 94 | 0 | 0.49 | 0.42 | 0.36 | 351 | 0.33 | 0.48 |
| Hex | A2 | 52 | 5E | 0 | 31 | 2A | 24 | 15F | 21 | 30 |
| Octal | 242 | 122 | 136 | 0 | 61 | 52 | 44 | 537 | 41 | 60 |
| Binary | 10100010 | 1010010 | 1011110 | 0 | 110001 | 101010 | 100100 | 101011111 | 100001 | 110000 |
Color Harmonies of #A2525E
Complementary color
Monochromatic Colors of #A2525E
Black with #A2525E
Text Example
Text Example
White with #A2525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2525E; }
p { color: rgb(162,82,94); }
H1.HeaderClassName
{
color: #A2525E;
}
.AnyTagClassName
{
color: #A2525E;
}
</style>
background-color css
<style>
a { background-color: #A2525E; }
a { background-color: rgb(162,82,94); }
div.DivClassName
{
background-color: #A2525E;
}
.BgClassName
{
background-color: #A2525E;
}
</style>
border-color css
<style>
span { border-color: #A2525E; }
span { border-color: rgb(162,82,94); }
td.TdClassName
{
border-color: #A2525E;
}
.TagClassName
{
border-color: #A2525E;
}
</style>