Shades of Hippie Pink #A7565C
Tints of Hippie Pink #A7565C
RGB
CMYK
RGB Variations
Color information
#A7565C (or 0xA7565C) is known color: Hippie Pink. HEX triplet: A7, 56 and 5C. RGB value is (167,86,92). Sum of RGB (Red+Green+Blue) = 167+86+92=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7565C is #58A9A3. Grayscale: #6E6E6E. Windows color (decimal): -5810596 or 6051495. OLE color: 6051495.
HSL color Cylindrical-coordinate representation of color #A7565C: hue angle of 355.56º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7565C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 92 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.35 |
| HSL | 355.56º | 0.32% | 0.5% | - |
| HSV(B) | 355.56º | 0.49% | 0.65% | - |
| XYZ | 21.2 | 15.64 | 12.03 | - |
| YUV | 110.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 92 | 0 | 0.49 | 0.45 | 0.35 | 355.56 | 0.32 | 0.5 |
| Hex | A7 | 56 | 5C | 0 | 31 | 2D | 23 | 164 | 20 | 32 |
| Octal | 247 | 126 | 134 | 0 | 61 | 55 | 43 | 544 | 40 | 62 |
| Binary | 10100111 | 1010110 | 1011100 | 0 | 110001 | 101101 | 100011 | 101100100 | 100000 | 110010 |
Color Harmonies of #A7565C
Complementary color
Monochromatic Colors of #A7565C
Black with #A7565C
Text Example
Text Example
White with #A7565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7565C; }
p { color: rgb(167,86,92); }
H1.HeaderClassName
{
color: #A7565C;
}
.AnyTagClassName
{
color: #A7565C;
}
</style>
background-color css
<style>
a { background-color: #A7565C; }
a { background-color: rgb(167,86,92); }
div.DivClassName
{
background-color: #A7565C;
}
.BgClassName
{
background-color: #A7565C;
}
</style>
border-color css
<style>
span { border-color: #A7565C; }
span { border-color: rgb(167,86,92); }
td.TdClassName
{
border-color: #A7565C;
}
.TagClassName
{
border-color: #A7565C;
}
</style>