Shades of Hippie Pink #A25758
Tints of Hippie Pink #A25758
RGB
CMYK
RGB Variations
Color information
#A25758 (or 0xA25758) is known color: Hippie Pink. HEX triplet: A2, 57 and 58. RGB value is (162,87,88). Sum of RGB (Red+Green+Blue) = 162+87+88=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A25758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25758 is #5DA8A7. Grayscale: #6D6D6D. Windows color (decimal): -6138024 or 5789602. OLE color: 5789602.
HSL color Cylindrical-coordinate representation of color #A25758: hue angle of 359.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25758 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 88 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.36 |
| HSL | 359.2º | 0.3% | 0.49% | - |
| HSV(B) | 359.2º | 0.46% | 0.64% | - |
| XYZ | 20.07 | 15.2 | 11.11 | - |
| YUV | 109.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 88 | 0 | 0.46 | 0.46 | 0.36 | 359.2 | 0.3 | 0.49 |
| Hex | A2 | 57 | 58 | 0 | 2E | 2E | 24 | 167 | 1E | 31 |
| Octal | 242 | 127 | 130 | 0 | 56 | 56 | 44 | 547 | 36 | 61 |
| Binary | 10100010 | 1010111 | 1011000 | 0 | 101110 | 101110 | 100100 | 101100111 | 11110 | 110001 |
Color Harmonies of #A25758
Complementary color
Monochromatic Colors of #A25758
Black with #A25758
Text Example
Text Example
White with #A25758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25758; }
p { color: rgb(162,87,88); }
H1.HeaderClassName
{
color: #A25758;
}
.AnyTagClassName
{
color: #A25758;
}
</style>
background-color css
<style>
a { background-color: #A25758; }
a { background-color: rgb(162,87,88); }
div.DivClassName
{
background-color: #A25758;
}
.BgClassName
{
background-color: #A25758;
}
</style>
border-color css
<style>
span { border-color: #A25758; }
span { border-color: rgb(162,87,88); }
td.TdClassName
{
border-color: #A25758;
}
.TagClassName
{
border-color: #A25758;
}
</style>