Shades of Hippie Pink #A74659
Tints of Hippie Pink #A74659
RGB
CMYK
RGB Variations
Color information
#A74659 (or 0xA74659) is known color: Hippie Pink. HEX triplet: A7, 46 and 59. RGB value is (167,70,89). Sum of RGB (Red+Green+Blue) = 167+70+89=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A74659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74659 is #58B9A6. Grayscale: #656565. Windows color (decimal): -5814695 or 5850791. OLE color: 5850791.
HSL color Cylindrical-coordinate representation of color #A74659: hue angle of 348.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74659 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 89 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.35 |
| HSL | 348.25º | 0.41% | 0.46% | - |
| HSV(B) | 348.25º | 0.58% | 0.65% | - |
| XYZ | 19.93 | 13.32 | 10.97 | - |
| YUV | 101.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 89 | 0 | 0.58 | 0.47 | 0.35 | 348.25 | 0.41 | 0.46 |
| Hex | A7 | 46 | 59 | 0 | 3A | 2F | 23 | 15C | 29 | 2E |
| Octal | 247 | 106 | 131 | 0 | 72 | 57 | 43 | 534 | 51 | 56 |
| Binary | 10100111 | 1000110 | 1011001 | 0 | 111010 | 101111 | 100011 | 101011100 | 101001 | 101110 |
Color Harmonies of #A74659
Complementary color
Monochromatic Colors of #A74659
Black with #A74659
Text Example
Text Example
White with #A74659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74659; }
p { color: rgb(167,70,89); }
H1.HeaderClassName
{
color: #A74659;
}
.AnyTagClassName
{
color: #A74659;
}
</style>
background-color css
<style>
a { background-color: #A74659; }
a { background-color: rgb(167,70,89); }
div.DivClassName
{
background-color: #A74659;
}
.BgClassName
{
background-color: #A74659;
}
</style>
border-color css
<style>
span { border-color: #A74659; }
span { border-color: rgb(167,70,89); }
td.TdClassName
{
border-color: #A74659;
}
.TagClassName
{
border-color: #A74659;
}
</style>