Shades of Hippie Pink #A7515B
Tints of Hippie Pink #A7515B
RGB
CMYK
RGB Variations
Color information
#A7515B (or 0xA7515B) is known color: Hippie Pink. HEX triplet: A7, 51 and 5B. RGB value is (167,81,91). Sum of RGB (Red+Green+Blue) = 167+81+91=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7515B is #58AEA4. Grayscale: #6B6B6B. Windows color (decimal): -5811877 or 5984679. OLE color: 5984679.
HSL color Cylindrical-coordinate representation of color #A7515B: hue angle of 353.02º degrees, saturation: 0.35, 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 #A7515B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 91 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.35 |
| HSL | 353.02º | 0.35% | 0.49% | - |
| HSV(B) | 353.02º | 0.51% | 0.65% | - |
| XYZ | 20.77 | 14.86 | 11.67 | - |
| YUV | 107.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 91 | 0 | 0.51 | 0.46 | 0.35 | 353.02 | 0.35 | 0.49 |
| Hex | A7 | 51 | 5B | 0 | 33 | 2E | 23 | 161 | 23 | 31 |
| Octal | 247 | 121 | 133 | 0 | 63 | 56 | 43 | 541 | 43 | 61 |
| Binary | 10100111 | 1010001 | 1011011 | 0 | 110011 | 101110 | 100011 | 101100001 | 100011 | 110001 |
Color Harmonies of #A7515B
Complementary color
Monochromatic Colors of #A7515B
Black with #A7515B
Text Example
Text Example
White with #A7515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7515B; }
p { color: rgb(167,81,91); }
H1.HeaderClassName
{
color: #A7515B;
}
.AnyTagClassName
{
color: #A7515B;
}
</style>
background-color css
<style>
a { background-color: #A7515B; }
a { background-color: rgb(167,81,91); }
div.DivClassName
{
background-color: #A7515B;
}
.BgClassName
{
background-color: #A7515B;
}
</style>
border-color css
<style>
span { border-color: #A7515B; }
span { border-color: rgb(167,81,91); }
td.TdClassName
{
border-color: #A7515B;
}
.TagClassName
{
border-color: #A7515B;
}
</style>