Shades of Hippie Pink #A15559
Tints of Hippie Pink #A15559
RGB
CMYK
RGB Variations
Color information
#A15559 (or 0xA15559) is known color: Hippie Pink. HEX triplet: A1, 55 and 59. RGB value is (161,85,89). Sum of RGB (Red+Green+Blue) = 161+85+89=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A15559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15559 is #5EAAA6. Grayscale: #6C6C6C. Windows color (decimal): -6204071 or 5854625. OLE color: 5854625.
HSL color Cylindrical-coordinate representation of color #A15559: hue angle of 356.84º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15559 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 89 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.37 |
| HSL | 356.84º | 0.31% | 0.48% | - |
| HSV(B) | 356.84º | 0.47% | 0.63% | - |
| XYZ | 19.75 | 14.8 | 11.27 | - |
| YUV | 108.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 89 | 0 | 0.47 | 0.45 | 0.37 | 356.84 | 0.31 | 0.48 |
| Hex | A1 | 55 | 59 | 0 | 2F | 2D | 25 | 165 | 1F | 30 |
| Octal | 241 | 125 | 131 | 0 | 57 | 55 | 45 | 545 | 37 | 60 |
| Binary | 10100001 | 1010101 | 1011001 | 0 | 101111 | 101101 | 100101 | 101100101 | 11111 | 110000 |
Color Harmonies of #A15559
Complementary color
Monochromatic Colors of #A15559
Black with #A15559
Text Example
Text Example
White with #A15559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15559; }
p { color: rgb(161,85,89); }
H1.HeaderClassName
{
color: #A15559;
}
.AnyTagClassName
{
color: #A15559;
}
</style>
background-color css
<style>
a { background-color: #A15559; }
a { background-color: rgb(161,85,89); }
div.DivClassName
{
background-color: #A15559;
}
.BgClassName
{
background-color: #A15559;
}
</style>
border-color css
<style>
span { border-color: #A15559; }
span { border-color: rgb(161,85,89); }
td.TdClassName
{
border-color: #A15559;
}
.TagClassName
{
border-color: #A15559;
}
</style>