Shades of Hippie Pink #A74F64
Tints of Hippie Pink #A74F64
RGB
CMYK
RGB Variations
Color information
#A74F64 (or 0xA74F64) is known color: Hippie Pink. HEX triplet: A7, 4F and 64. RGB value is (167,79,100). Sum of RGB (Red+Green+Blue) = 167+79+100=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F64 is #58B09B. Grayscale: #6B6B6B. Windows color (decimal): -5812380 or 6573991. OLE color: 6573991.
HSL color Cylindrical-coordinate representation of color #A74F64: hue angle of 345.68º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F64 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 100 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.35 |
| HSL | 345.68º | 0.36% | 0.48% | - |
| HSV(B) | 345.68º | 0.53% | 0.65% | - |
| XYZ | 21.03 | 14.73 | 13.79 | - |
| YUV | 107.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 100 | 0 | 0.53 | 0.40 | 0.35 | 345.68 | 0.36 | 0.48 |
| Hex | A7 | 4F | 64 | 0 | 35 | 28 | 23 | 15A | 24 | 30 |
| Octal | 247 | 117 | 144 | 0 | 65 | 50 | 43 | 532 | 44 | 60 |
| Binary | 10100111 | 1001111 | 1100100 | 0 | 110101 | 101000 | 100011 | 101011010 | 100100 | 110000 |
Color Harmonies of #A74F64
Complementary color
Monochromatic Colors of #A74F64
Black with #A74F64
Text Example
Text Example
White with #A74F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74F64; }
p { color: rgb(167,79,100); }
H1.HeaderClassName
{
color: #A74F64;
}
.AnyTagClassName
{
color: #A74F64;
}
</style>
background-color css
<style>
a { background-color: #A74F64; }
a { background-color: rgb(167,79,100); }
div.DivClassName
{
background-color: #A74F64;
}
.BgClassName
{
background-color: #A74F64;
}
</style>
border-color css
<style>
span { border-color: #A74F64; }
span { border-color: rgb(167,79,100); }
td.TdClassName
{
border-color: #A74F64;
}
.TagClassName
{
border-color: #A74F64;
}
</style>