Shades of Hippie Pink #A0585D
Tints of Hippie Pink #A0585D
RGB
CMYK
RGB Variations
Color information
#A0585D (or 0xA0585D) is known color: Hippie Pink. HEX triplet: A0, 58 and 5D. RGB value is (160,88,93). Sum of RGB (Red+Green+Blue) = 160+88+93=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0585D is #5FA7A2. Grayscale: #6E6E6E. Windows color (decimal): -6268835 or 6117536. OLE color: 6117536.
HSL color Cylindrical-coordinate representation of color #A0585D: hue angle of 355.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0585D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 93 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.37 |
| HSL | 355.83º | 0.29% | 0.49% | - |
| HSV(B) | 355.83º | 0.45% | 0.63% | - |
| XYZ | 19.96 | 15.24 | 12.25 | - |
| YUV | 110.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 93 | 0 | 0.45 | 0.42 | 0.37 | 355.83 | 0.29 | 0.49 |
| Hex | A0 | 58 | 5D | 0 | 2D | 2A | 25 | 164 | 1D | 31 |
| Octal | 240 | 130 | 135 | 0 | 55 | 52 | 45 | 544 | 35 | 61 |
| Binary | 10100000 | 1011000 | 1011101 | 0 | 101101 | 101010 | 100101 | 101100100 | 11101 | 110001 |
Color Harmonies of #A0585D
Complementary color
Monochromatic Colors of #A0585D
Black with #A0585D
Text Example
Text Example
White with #A0585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0585D; }
p { color: rgb(160,88,93); }
H1.HeaderClassName
{
color: #A0585D;
}
.AnyTagClassName
{
color: #A0585D;
}
</style>
background-color css
<style>
a { background-color: #A0585D; }
a { background-color: rgb(160,88,93); }
div.DivClassName
{
background-color: #A0585D;
}
.BgClassName
{
background-color: #A0585D;
}
</style>
border-color css
<style>
span { border-color: #A0585D; }
span { border-color: rgb(160,88,93); }
td.TdClassName
{
border-color: #A0585D;
}
.TagClassName
{
border-color: #A0585D;
}
</style>