Shades of Hippie Pink #A85558
Tints of Hippie Pink #A85558
RGB
CMYK
RGB Variations
Color information
#A85558 (or 0xA85558) is known color: Hippie Pink. HEX triplet: A8, 55 and 58. RGB value is (168,85,88). Sum of RGB (Red+Green+Blue) = 168+85+88=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A85558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85558 is #57AAA7. Grayscale: #6E6E6E. Windows color (decimal): -5745320 or 5789096. OLE color: 5789096.
HSL color Cylindrical-coordinate representation of color #A85558: hue angle of 357.83º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85558 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 88 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.34 |
| HSL | 357.83º | 0.33% | 0.5% | - |
| HSV(B) | 357.83º | 0.49% | 0.66% | - |
| XYZ | 21.16 | 15.53 | 11.11 | - |
| YUV | 110.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 88 | 0 | 0.49 | 0.48 | 0.34 | 357.83 | 0.33 | 0.5 |
| Hex | A8 | 55 | 58 | 0 | 31 | 30 | 22 | 166 | 21 | 32 |
| Octal | 250 | 125 | 130 | 0 | 61 | 60 | 42 | 546 | 41 | 62 |
| Binary | 10101000 | 1010101 | 1011000 | 0 | 110001 | 110000 | 100010 | 101100110 | 100001 | 110010 |
Color Harmonies of #A85558
Complementary color
Monochromatic Colors of #A85558
Black with #A85558
Text Example
Text Example
White with #A85558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85558; }
p { color: rgb(168,85,88); }
H1.HeaderClassName
{
color: #A85558;
}
.AnyTagClassName
{
color: #A85558;
}
</style>
background-color css
<style>
a { background-color: #A85558; }
a { background-color: rgb(168,85,88); }
div.DivClassName
{
background-color: #A85558;
}
.BgClassName
{
background-color: #A85558;
}
</style>
border-color css
<style>
span { border-color: #A85558; }
span { border-color: rgb(168,85,88); }
td.TdClassName
{
border-color: #A85558;
}
.TagClassName
{
border-color: #A85558;
}
</style>