Shades of Hippie Pink #A0525E
Tints of Hippie Pink #A0525E
RGB
CMYK
RGB Variations
Color information
#A0525E (or 0xA0525E) is known color: Hippie Pink. HEX triplet: A0, 52 and 5E. RGB value is (160,82,94). Sum of RGB (Red+Green+Blue) = 160+82+94=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0525E is #5FADA1. Grayscale: #6A6A6A. Windows color (decimal): -6270370 or 6181536. OLE color: 6181536.
HSL color Cylindrical-coordinate representation of color #A0525E: hue angle of 350.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0525E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 94 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.37 |
| HSL | 350.77º | 0.32% | 0.47% | - |
| HSV(B) | 350.77º | 0.49% | 0.63% | - |
| XYZ | 19.53 | 14.32 | 12.32 | - |
| YUV | 106.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 94 | 0 | 0.49 | 0.41 | 0.37 | 350.77 | 0.32 | 0.47 |
| Hex | A0 | 52 | 5E | 0 | 31 | 29 | 25 | 15F | 20 | 2F |
| Octal | 240 | 122 | 136 | 0 | 61 | 51 | 45 | 537 | 40 | 57 |
| Binary | 10100000 | 1010010 | 1011110 | 0 | 110001 | 101001 | 100101 | 101011111 | 100000 | 101111 |
Color Harmonies of #A0525E
Complementary color
Monochromatic Colors of #A0525E
Black with #A0525E
Text Example
Text Example
White with #A0525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0525E; }
p { color: rgb(160,82,94); }
H1.HeaderClassName
{
color: #A0525E;
}
.AnyTagClassName
{
color: #A0525E;
}
</style>
background-color css
<style>
a { background-color: #A0525E; }
a { background-color: rgb(160,82,94); }
div.DivClassName
{
background-color: #A0525E;
}
.BgClassName
{
background-color: #A0525E;
}
</style>
border-color css
<style>
span { border-color: #A0525E; }
span { border-color: rgb(160,82,94); }
td.TdClassName
{
border-color: #A0525E;
}
.TagClassName
{
border-color: #A0525E;
}
</style>