Shades of Hippie Pink #A7575F
Tints of Hippie Pink #A7575F
RGB
CMYK
RGB Variations
Color information
#A7575F (or 0xA7575F) is known color: Hippie Pink. HEX triplet: A7, 57 and 5F. RGB value is (167,87,95). Sum of RGB (Red+Green+Blue) = 167+87+95=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A7575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7575F is #58A8A0. Grayscale: #6F6F6F. Windows color (decimal): -5810337 or 6248359. OLE color: 6248359.
HSL color Cylindrical-coordinate representation of color #A7575F: hue angle of 354º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7575F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 95 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.35 |
| HSL | 354º | 0.31% | 0.5% | - |
| HSV(B) | 354º | 0.48% | 0.65% | - |
| XYZ | 21.41 | 15.86 | 12.76 | - |
| YUV | 111.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 95 | 0 | 0.48 | 0.43 | 0.35 | 354 | 0.31 | 0.5 |
| Hex | A7 | 57 | 5F | 0 | 30 | 2B | 23 | 162 | 1F | 32 |
| Octal | 247 | 127 | 137 | 0 | 60 | 53 | 43 | 542 | 37 | 62 |
| Binary | 10100111 | 1010111 | 1011111 | 0 | 110000 | 101011 | 100011 | 101100010 | 11111 | 110010 |
Color Harmonies of #A7575F
Complementary color
Monochromatic Colors of #A7575F
Black with #A7575F
Text Example
Text Example
White with #A7575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7575F; }
p { color: rgb(167,87,95); }
H1.HeaderClassName
{
color: #A7575F;
}
.AnyTagClassName
{
color: #A7575F;
}
</style>
background-color css
<style>
a { background-color: #A7575F; }
a { background-color: rgb(167,87,95); }
div.DivClassName
{
background-color: #A7575F;
}
.BgClassName
{
background-color: #A7575F;
}
</style>
border-color css
<style>
span { border-color: #A7575F; }
span { border-color: rgb(167,87,95); }
td.TdClassName
{
border-color: #A7575F;
}
.TagClassName
{
border-color: #A7575F;
}
</style>