Shades of Hippie Pink #A45758
Tints of Hippie Pink #A45758
RGB
CMYK
RGB Variations
Color information
#A45758 (or 0xA45758) is known color: Hippie Pink. HEX triplet: A4, 57 and 58. RGB value is (164,87,88). Sum of RGB (Red+Green+Blue) = 164+87+88=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A45758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45758 is #5BA8A7. Grayscale: #6E6E6E. Windows color (decimal): -6006952 or 5789604. OLE color: 5789604.
HSL color Cylindrical-coordinate representation of color #A45758: hue angle of 359.22º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A45758 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 87 | 88 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.36 |
| HSL | 359.22º | 0.31% | 0.49% | - |
| HSV(B) | 359.22º | 0.47% | 0.64% | - |
| XYZ | 20.48 | 15.41 | 11.13 | - |
| YUV | 110.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 88 | 0 | 0.47 | 0.46 | 0.36 | 359.22 | 0.31 | 0.49 |
| Hex | A4 | 57 | 58 | 0 | 2F | 2E | 24 | 167 | 1F | 31 |
| Octal | 244 | 127 | 130 | 0 | 57 | 56 | 44 | 547 | 37 | 61 |
| Binary | 10100100 | 1010111 | 1011000 | 0 | 101111 | 101110 | 100100 | 101100111 | 11111 | 110001 |
Color Harmonies of #A45758
Complementary color
Monochromatic Colors of #A45758
Black with #A45758
Text Example
Text Example
White with #A45758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45758; }
p { color: rgb(164,87,88); }
H1.HeaderClassName
{
color: #A45758;
}
.AnyTagClassName
{
color: #A45758;
}
</style>
background-color css
<style>
a { background-color: #A45758; }
a { background-color: rgb(164,87,88); }
div.DivClassName
{
background-color: #A45758;
}
.BgClassName
{
background-color: #A45758;
}
</style>
border-color css
<style>
span { border-color: #A45758; }
span { border-color: rgb(164,87,88); }
td.TdClassName
{
border-color: #A45758;
}
.TagClassName
{
border-color: #A45758;
}
</style>