Shades of Hippie Pink #A74652
Tints of Hippie Pink #A74652
RGB
CMYK
RGB Variations
Color information
#A74652 (or 0xA74652) is known color: Hippie Pink. HEX triplet: A7, 46 and 52. RGB value is (167,70,82). Sum of RGB (Red+Green+Blue) = 167+70+82=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74652 is #58B9AD. Grayscale: #646464. Windows color (decimal): -5814702 or 5392039. OLE color: 5392039.
HSL color Cylindrical-coordinate representation of color #A74652: hue angle of 352.58º 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 #A74652 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 82 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.35 |
| HSL | 352.58º | 0.41% | 0.46% | - |
| HSV(B) | 352.58º | 0.58% | 0.65% | - |
| XYZ | 19.65 | 13.21 | 9.5 | - |
| YUV | 100.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 82 | 0 | 0.58 | 0.51 | 0.35 | 352.58 | 0.41 | 0.46 |
| Hex | A7 | 46 | 52 | 0 | 3A | 33 | 23 | 161 | 29 | 2E |
| Octal | 247 | 106 | 122 | 0 | 72 | 63 | 43 | 541 | 51 | 56 |
| Binary | 10100111 | 1000110 | 1010010 | 0 | 111010 | 110011 | 100011 | 101100001 | 101001 | 101110 |
Color Harmonies of #A74652
Complementary color
Monochromatic Colors of #A74652
Black with #A74652
Text Example
Text Example
White with #A74652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74652; }
p { color: rgb(167,70,82); }
H1.HeaderClassName
{
color: #A74652;
}
.AnyTagClassName
{
color: #A74652;
}
</style>
background-color css
<style>
a { background-color: #A74652; }
a { background-color: rgb(167,70,82); }
div.DivClassName
{
background-color: #A74652;
}
.BgClassName
{
background-color: #A74652;
}
</style>
border-color css
<style>
span { border-color: #A74652; }
span { border-color: rgb(167,70,82); }
td.TdClassName
{
border-color: #A74652;
}
.TagClassName
{
border-color: #A74652;
}
</style>