Shades of Hippie Pink #A15459
Tints of Hippie Pink #A15459
RGB
CMYK
RGB Variations
Color information
#A15459 (or 0xA15459) is known color: Hippie Pink. HEX triplet: A1, 54 and 59. RGB value is (161,84,89). Sum of RGB (Red+Green+Blue) = 161+84+89=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A15459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15459 is #5EABA6. Grayscale: #6B6B6B. Windows color (decimal): -6204327 or 5854369. OLE color: 5854369.
HSL color Cylindrical-coordinate representation of color #A15459: hue angle of 356.1º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15459 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 89 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.37 |
| HSL | 356.1º | 0.31% | 0.48% | - |
| HSV(B) | 356.1º | 0.48% | 0.63% | - |
| XYZ | 19.67 | 14.64 | 11.24 | - |
| YUV | 107.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 89 | 0 | 0.48 | 0.45 | 0.37 | 356.1 | 0.31 | 0.48 |
| Hex | A1 | 54 | 59 | 0 | 30 | 2D | 25 | 164 | 1F | 30 |
| Octal | 241 | 124 | 131 | 0 | 60 | 55 | 45 | 544 | 37 | 60 |
| Binary | 10100001 | 1010100 | 1011001 | 0 | 110000 | 101101 | 100101 | 101100100 | 11111 | 110000 |
Color Harmonies of #A15459
Complementary color
Monochromatic Colors of #A15459
Black with #A15459
Text Example
Text Example
White with #A15459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15459; }
p { color: rgb(161,84,89); }
H1.HeaderClassName
{
color: #A15459;
}
.AnyTagClassName
{
color: #A15459;
}
</style>
background-color css
<style>
a { background-color: #A15459; }
a { background-color: rgb(161,84,89); }
div.DivClassName
{
background-color: #A15459;
}
.BgClassName
{
background-color: #A15459;
}
</style>
border-color css
<style>
span { border-color: #A15459; }
span { border-color: rgb(161,84,89); }
td.TdClassName
{
border-color: #A15459;
}
.TagClassName
{
border-color: #A15459;
}
</style>