Shades of Hippie Pink #A8474F
Tints of Hippie Pink #A8474F
RGB
CMYK
RGB Variations
Color information
#A8474F (or 0xA8474F) is known color: Hippie Pink. HEX triplet: A8, 47 and 4F. RGB value is (168,71,79). Sum of RGB (Red+Green+Blue) = 168+71+79=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8474F is #57B8B0. Grayscale: #646464. Windows color (decimal): -5748913 or 5195688. OLE color: 5195688.
HSL color Cylindrical-coordinate representation of color #A8474F: hue angle of 355.05º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8474F is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 79 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.34 |
| HSL | 355.05º | 0.41% | 0.47% | - |
| HSV(B) | 355.05º | 0.58% | 0.66% | - |
| XYZ | 19.81 | 13.4 | 8.94 | - |
| YUV | 100.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 79 | 0 | 0.58 | 0.53 | 0.34 | 355.05 | 0.41 | 0.47 |
| Hex | A8 | 47 | 4F | 0 | 3A | 35 | 22 | 163 | 29 | 2F |
| Octal | 250 | 107 | 117 | 0 | 72 | 65 | 42 | 543 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1001111 | 0 | 111010 | 110101 | 100010 | 101100011 | 101001 | 101111 |
Color Harmonies of #A8474F
Complementary color
Monochromatic Colors of #A8474F
Black with #A8474F
Text Example
Text Example
White with #A8474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8474F; }
p { color: rgb(168,71,79); }
H1.HeaderClassName
{
color: #A8474F;
}
.AnyTagClassName
{
color: #A8474F;
}
</style>
background-color css
<style>
a { background-color: #A8474F; }
a { background-color: rgb(168,71,79); }
div.DivClassName
{
background-color: #A8474F;
}
.BgClassName
{
background-color: #A8474F;
}
</style>
border-color css
<style>
span { border-color: #A8474F; }
span { border-color: rgb(168,71,79); }
td.TdClassName
{
border-color: #A8474F;
}
.TagClassName
{
border-color: #A8474F;
}
</style>