Shades of Hippie Pink #A2585F
Tints of Hippie Pink #A2585F
RGB
CMYK
RGB Variations
Color information
#A2585F (or 0xA2585F) is known color: Hippie Pink. HEX triplet: A2, 58 and 5F. RGB value is (162,88,95). Sum of RGB (Red+Green+Blue) = 162+88+95=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2585F is #5DA7A0. Grayscale: #6E6E6E. Windows color (decimal): -6137761 or 6248610. OLE color: 6248610.
HSL color Cylindrical-coordinate representation of color #A2585F: hue angle of 354.32º 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 #A2585F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 95 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.36 |
| HSL | 354.32º | 0.3% | 0.49% | - |
| HSV(B) | 354.32º | 0.46% | 0.64% | - |
| XYZ | 20.46 | 15.49 | 12.74 | - |
| YUV | 110.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 95 | 0 | 0.46 | 0.41 | 0.36 | 354.32 | 0.3 | 0.49 |
| Hex | A2 | 58 | 5F | 0 | 2E | 29 | 24 | 162 | 1E | 31 |
| Octal | 242 | 130 | 137 | 0 | 56 | 51 | 44 | 542 | 36 | 61 |
| Binary | 10100010 | 1011000 | 1011111 | 0 | 101110 | 101001 | 100100 | 101100010 | 11110 | 110001 |
Color Harmonies of #A2585F
Complementary color
Monochromatic Colors of #A2585F
Black with #A2585F
Text Example
Text Example
White with #A2585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2585F; }
p { color: rgb(162,88,95); }
H1.HeaderClassName
{
color: #A2585F;
}
.AnyTagClassName
{
color: #A2585F;
}
</style>
background-color css
<style>
a { background-color: #A2585F; }
a { background-color: rgb(162,88,95); }
div.DivClassName
{
background-color: #A2585F;
}
.BgClassName
{
background-color: #A2585F;
}
</style>
border-color css
<style>
span { border-color: #A2585F; }
span { border-color: rgb(162,88,95); }
td.TdClassName
{
border-color: #A2585F;
}
.TagClassName
{
border-color: #A2585F;
}
</style>