Shades of Hippie Pink #A7565F
Tints of Hippie Pink #A7565F
RGB
CMYK
RGB Variations
Color information
#A7565F (or 0xA7565F) is known color: Hippie Pink. HEX triplet: A7, 56 and 5F. RGB value is (167,86,95). Sum of RGB (Red+Green+Blue) = 167+86+95=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A7565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7565F is #58A9A0. Grayscale: #6F6F6F. Windows color (decimal): -5810593 or 6248103. OLE color: 6248103.
HSL color Cylindrical-coordinate representation of color #A7565F: hue angle of 353.33º 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 #A7565F is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 95 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.35 |
| HSL | 353.33º | 0.32% | 0.5% | - |
| HSV(B) | 353.33º | 0.49% | 0.65% | - |
| XYZ | 21.33 | 15.7 | 12.73 | - |
| YUV | 111.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 95 | 0 | 0.49 | 0.43 | 0.35 | 353.33 | 0.32 | 0.5 |
| Hex | A7 | 56 | 5F | 0 | 31 | 2B | 23 | 161 | 20 | 32 |
| Octal | 247 | 126 | 137 | 0 | 61 | 53 | 43 | 541 | 40 | 62 |
| Binary | 10100111 | 1010110 | 1011111 | 0 | 110001 | 101011 | 100011 | 101100001 | 100000 | 110010 |
Color Harmonies of #A7565F
Complementary color
Monochromatic Colors of #A7565F
Black with #A7565F
Text Example
Text Example
White with #A7565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7565F; }
p { color: rgb(167,86,95); }
H1.HeaderClassName
{
color: #A7565F;
}
.AnyTagClassName
{
color: #A7565F;
}
</style>
background-color css
<style>
a { background-color: #A7565F; }
a { background-color: rgb(167,86,95); }
div.DivClassName
{
background-color: #A7565F;
}
.BgClassName
{
background-color: #A7565F;
}
</style>
border-color css
<style>
span { border-color: #A7565F; }
span { border-color: rgb(167,86,95); }
td.TdClassName
{
border-color: #A7565F;
}
.TagClassName
{
border-color: #A7565F;
}
</style>