Shades of Hippie Pink #A74D65
Tints of Hippie Pink #A74D65
RGB
CMYK
RGB Variations
Color information
#A74D65 (or 0xA74D65) is known color: Hippie Pink. HEX triplet: A7, 4D and 65. RGB value is (167,77,101). Sum of RGB (Red+Green+Blue) = 167+77+101=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74D65 is #58B29A. Grayscale: #6A6A6A. Windows color (decimal): -5812891 or 6639015. OLE color: 6639015.
HSL color Cylindrical-coordinate representation of color #A74D65: hue angle of 344º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74D65 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 101 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.35 |
| HSL | 344º | 0.37% | 0.48% | - |
| HSV(B) | 344º | 0.54% | 0.65% | - |
| XYZ | 20.94 | 14.46 | 14 | - |
| YUV | 106.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 101 | 0 | 0.54 | 0.40 | 0.35 | 344 | 0.37 | 0.48 |
| Hex | A7 | 4D | 65 | 0 | 36 | 28 | 23 | 158 | 25 | 30 |
| Octal | 247 | 115 | 145 | 0 | 66 | 50 | 43 | 530 | 45 | 60 |
| Binary | 10100111 | 1001101 | 1100101 | 0 | 110110 | 101000 | 100011 | 101011000 | 100101 | 110000 |
Color Harmonies of #A74D65
Complementary color
Monochromatic Colors of #A74D65
Black with #A74D65
Text Example
Text Example
White with #A74D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D65; }
p { color: rgb(167,77,101); }
H1.HeaderClassName
{
color: #A74D65;
}
.AnyTagClassName
{
color: #A74D65;
}
</style>
background-color css
<style>
a { background-color: #A74D65; }
a { background-color: rgb(167,77,101); }
div.DivClassName
{
background-color: #A74D65;
}
.BgClassName
{
background-color: #A74D65;
}
</style>
border-color css
<style>
span { border-color: #A74D65; }
span { border-color: rgb(167,77,101); }
td.TdClassName
{
border-color: #A74D65;
}
.TagClassName
{
border-color: #A74D65;
}
</style>