Shades of Hippie Pink #A2525B
Tints of Hippie Pink #A2525B
RGB
CMYK
RGB Variations
Color information
#A2525B (or 0xA2525B) is known color: Hippie Pink. HEX triplet: A2, 52 and 5B. RGB value is (162,82,91). Sum of RGB (Red+Green+Blue) = 162+82+91=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2525B is #5DADA4. Grayscale: #6A6A6A. Windows color (decimal): -6139301 or 5984930. OLE color: 5984930.
HSL color Cylindrical-coordinate representation of color #A2525B: hue angle of 353.25º 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 #A2525B is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 91 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.36 |
| HSL | 353.25º | 0.33% | 0.48% | - |
| HSV(B) | 353.25º | 0.49% | 0.64% | - |
| XYZ | 19.81 | 14.47 | 11.65 | - |
| YUV | 106.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 91 | 0 | 0.49 | 0.44 | 0.36 | 353.25 | 0.33 | 0.48 |
| Hex | A2 | 52 | 5B | 0 | 31 | 2C | 24 | 161 | 21 | 30 |
| Octal | 242 | 122 | 133 | 0 | 61 | 54 | 44 | 541 | 41 | 60 |
| Binary | 10100010 | 1010010 | 1011011 | 0 | 110001 | 101100 | 100100 | 101100001 | 100001 | 110000 |
Color Harmonies of #A2525B
Complementary color
Monochromatic Colors of #A2525B
Black with #A2525B
Text Example
Text Example
White with #A2525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2525B; }
p { color: rgb(162,82,91); }
H1.HeaderClassName
{
color: #A2525B;
}
.AnyTagClassName
{
color: #A2525B;
}
</style>
background-color css
<style>
a { background-color: #A2525B; }
a { background-color: rgb(162,82,91); }
div.DivClassName
{
background-color: #A2525B;
}
.BgClassName
{
background-color: #A2525B;
}
</style>
border-color css
<style>
span { border-color: #A2525B; }
span { border-color: rgb(162,82,91); }
td.TdClassName
{
border-color: #A2525B;
}
.TagClassName
{
border-color: #A2525B;
}
</style>