Shades of Hippie Pink #A75255
Tints of Hippie Pink #A75255
RGB
CMYK
RGB Variations
Color information
#A75255 (or 0xA75255) is known color: Hippie Pink. HEX triplet: A7, 52 and 55. RGB value is (167,82,85). Sum of RGB (Red+Green+Blue) = 167+82+85=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A75255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75255 is #58ADAA. Grayscale: #6B6B6B. Windows color (decimal): -5811627 or 5591719. OLE color: 5591719.
HSL color Cylindrical-coordinate representation of color #A75255: hue angle of 357.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75255 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 85 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.35 |
| HSL | 357.88º | 0.34% | 0.49% | - |
| HSV(B) | 357.88º | 0.51% | 0.65% | - |
| XYZ | 20.59 | 14.91 | 10.39 | - |
| YUV | 107.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 85 | 0 | 0.51 | 0.49 | 0.35 | 357.88 | 0.34 | 0.49 |
| Hex | A7 | 52 | 55 | 0 | 33 | 31 | 23 | 166 | 22 | 31 |
| Octal | 247 | 122 | 125 | 0 | 63 | 61 | 43 | 546 | 42 | 61 |
| Binary | 10100111 | 1010010 | 1010101 | 0 | 110011 | 110001 | 100011 | 101100110 | 100010 | 110001 |
Color Harmonies of #A75255
Complementary color
Monochromatic Colors of #A75255
Black with #A75255
Text Example
Text Example
White with #A75255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75255; }
p { color: rgb(167,82,85); }
H1.HeaderClassName
{
color: #A75255;
}
.AnyTagClassName
{
color: #A75255;
}
</style>
background-color css
<style>
a { background-color: #A75255; }
a { background-color: rgb(167,82,85); }
div.DivClassName
{
background-color: #A75255;
}
.BgClassName
{
background-color: #A75255;
}
</style>
border-color css
<style>
span { border-color: #A75255; }
span { border-color: rgb(167,82,85); }
td.TdClassName
{
border-color: #A75255;
}
.TagClassName
{
border-color: #A75255;
}
</style>