Shades of Hippie Pink #A15458
Tints of Hippie Pink #A15458
RGB
CMYK
RGB Variations
Color information
#A15458 (or 0xA15458) is known color: Hippie Pink. HEX triplet: A1, 54 and 58. RGB value is (161,84,88). Sum of RGB (Red+Green+Blue) = 161+84+88=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A15458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15458 is #5EABA7. Grayscale: #6B6B6B. Windows color (decimal): -6204328 or 5788833. OLE color: 5788833.
HSL color Cylindrical-coordinate representation of color #A15458: hue angle of 356.88º 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 #A15458 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 88 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.37 |
| HSL | 356.88º | 0.31% | 0.48% | - |
| HSV(B) | 356.88º | 0.48% | 0.63% | - |
| XYZ | 19.63 | 14.62 | 11.02 | - |
| YUV | 107.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 88 | 0 | 0.48 | 0.45 | 0.37 | 356.88 | 0.31 | 0.48 |
| Hex | A1 | 54 | 58 | 0 | 30 | 2D | 25 | 165 | 1F | 30 |
| Octal | 241 | 124 | 130 | 0 | 60 | 55 | 45 | 545 | 37 | 60 |
| Binary | 10100001 | 1010100 | 1011000 | 0 | 110000 | 101101 | 100101 | 101100101 | 11111 | 110000 |
Color Harmonies of #A15458
Complementary color
Monochromatic Colors of #A15458
Black with #A15458
Text Example
Text Example
White with #A15458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15458; }
p { color: rgb(161,84,88); }
H1.HeaderClassName
{
color: #A15458;
}
.AnyTagClassName
{
color: #A15458;
}
</style>
background-color css
<style>
a { background-color: #A15458; }
a { background-color: rgb(161,84,88); }
div.DivClassName
{
background-color: #A15458;
}
.BgClassName
{
background-color: #A15458;
}
</style>
border-color css
<style>
span { border-color: #A15458; }
span { border-color: rgb(161,84,88); }
td.TdClassName
{
border-color: #A15458;
}
.TagClassName
{
border-color: #A15458;
}
</style>