Shades of Hippie Pink #A8585D
Tints of Hippie Pink #A8585D
RGB
CMYK
RGB Variations
Color information
#A8585D (or 0xA8585D) is known color: Hippie Pink. HEX triplet: A8, 58 and 5D. RGB value is (168,88,93). Sum of RGB (Red+Green+Blue) = 168+88+93=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8585D is #57A7A2. Grayscale: #707070. Windows color (decimal): -5744547 or 6117544. OLE color: 6117544.
HSL color Cylindrical-coordinate representation of color #A8585D: hue angle of 356.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8585D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 93 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.34 |
| HSL | 356.25º | 0.31% | 0.5% | - |
| HSV(B) | 356.25º | 0.48% | 0.66% | - |
| XYZ | 21.61 | 16.09 | 12.32 | - |
| YUV | 112.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 93 | 0 | 0.48 | 0.45 | 0.34 | 356.25 | 0.31 | 0.5 |
| Hex | A8 | 58 | 5D | 0 | 30 | 2D | 22 | 164 | 1F | 32 |
| Octal | 250 | 130 | 135 | 0 | 60 | 55 | 42 | 544 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1011101 | 0 | 110000 | 101101 | 100010 | 101100100 | 11111 | 110010 |
Color Harmonies of #A8585D
Complementary color
Monochromatic Colors of #A8585D
Black with #A8585D
Text Example
Text Example
White with #A8585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8585D; }
p { color: rgb(168,88,93); }
H1.HeaderClassName
{
color: #A8585D;
}
.AnyTagClassName
{
color: #A8585D;
}
</style>
background-color css
<style>
a { background-color: #A8585D; }
a { background-color: rgb(168,88,93); }
div.DivClassName
{
background-color: #A8585D;
}
.BgClassName
{
background-color: #A8585D;
}
</style>
border-color css
<style>
span { border-color: #A8585D; }
span { border-color: rgb(168,88,93); }
td.TdClassName
{
border-color: #A8585D;
}
.TagClassName
{
border-color: #A8585D;
}
</style>