Shades of Hippie Pink #A8575F
Tints of Hippie Pink #A8575F
RGB
CMYK
RGB Variations
Color information
#A8575F (or 0xA8575F) is known color: Hippie Pink. HEX triplet: A8, 57 and 5F. RGB value is (168,87,95). Sum of RGB (Red+Green+Blue) = 168+87+95=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8575F is #57A8A0. Grayscale: #707070. Windows color (decimal): -5744801 or 6248360. OLE color: 6248360.
HSL color Cylindrical-coordinate representation of color #A8575F: hue angle of 354.07º degrees, saturation: 0.32, 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 #A8575F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 95 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.34 |
| HSL | 354.07º | 0.32% | 0.5% | - |
| HSV(B) | 354.07º | 0.48% | 0.66% | - |
| XYZ | 21.62 | 15.97 | 12.77 | - |
| YUV | 112.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 95 | 0 | 0.48 | 0.43 | 0.34 | 354.07 | 0.32 | 0.5 |
| Hex | A8 | 57 | 5F | 0 | 30 | 2B | 22 | 162 | 20 | 32 |
| Octal | 250 | 127 | 137 | 0 | 60 | 53 | 42 | 542 | 40 | 62 |
| Binary | 10101000 | 1010111 | 1011111 | 0 | 110000 | 101011 | 100010 | 101100010 | 100000 | 110010 |
Color Harmonies of #A8575F
Complementary color
Monochromatic Colors of #A8575F
Black with #A8575F
Text Example
Text Example
White with #A8575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8575F; }
p { color: rgb(168,87,95); }
H1.HeaderClassName
{
color: #A8575F;
}
.AnyTagClassName
{
color: #A8575F;
}
</style>
background-color css
<style>
a { background-color: #A8575F; }
a { background-color: rgb(168,87,95); }
div.DivClassName
{
background-color: #A8575F;
}
.BgClassName
{
background-color: #A8575F;
}
</style>
border-color css
<style>
span { border-color: #A8575F; }
span { border-color: rgb(168,87,95); }
td.TdClassName
{
border-color: #A8575F;
}
.TagClassName
{
border-color: #A8575F;
}
</style>