Shades of Hippie Pink #A8595C
Tints of Hippie Pink #A8595C
RGB
CMYK
RGB Variations
Color information
#A8595C (or 0xA8595C) is known color: Hippie Pink. HEX triplet: A8, 59 and 5C. RGB value is (168,89,92). Sum of RGB (Red+Green+Blue) = 168+89+92=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8595C is #57A6A3. Grayscale: #717171. Windows color (decimal): -5744292 or 6052264. OLE color: 6052264.
HSL color Cylindrical-coordinate representation of color #A8595C: hue angle of 357.72º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8595C is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 92 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.34 |
| HSL | 357.72º | 0.31% | 0.5% | - |
| HSV(B) | 357.72º | 0.47% | 0.66% | - |
| XYZ | 21.65 | 16.24 | 12.12 | - |
| YUV | 112.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 92 | 0 | 0.47 | 0.45 | 0.34 | 357.72 | 0.31 | 0.5 |
| Hex | A8 | 59 | 5C | 0 | 2F | 2D | 22 | 166 | 1F | 32 |
| Octal | 250 | 131 | 134 | 0 | 57 | 55 | 42 | 546 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1011100 | 0 | 101111 | 101101 | 100010 | 101100110 | 11111 | 110010 |
Color Harmonies of #A8595C
Complementary color
Monochromatic Colors of #A8595C
Black with #A8595C
Text Example
Text Example
White with #A8595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8595C; }
p { color: rgb(168,89,92); }
H1.HeaderClassName
{
color: #A8595C;
}
.AnyTagClassName
{
color: #A8595C;
}
</style>
background-color css
<style>
a { background-color: #A8595C; }
a { background-color: rgb(168,89,92); }
div.DivClassName
{
background-color: #A8595C;
}
.BgClassName
{
background-color: #A8595C;
}
</style>
border-color css
<style>
span { border-color: #A8595C; }
span { border-color: rgb(168,89,92); }
td.TdClassName
{
border-color: #A8595C;
}
.TagClassName
{
border-color: #A8595C;
}
</style>