Shades of Hippie Pink #A8494C
Tints of Hippie Pink #A8494C
RGB
CMYK
RGB Variations
Color information
#A8494C (or 0xA8494C) is known color: Hippie Pink. HEX triplet: A8, 49 and 4C. RGB value is (168,73,76). Sum of RGB (Red+Green+Blue) = 168+73+76=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8494C is #57B6B3. Grayscale: #656565. Windows color (decimal): -5748404 or 4999592. OLE color: 4999592.
HSL color Cylindrical-coordinate representation of color #A8494C: hue angle of 358.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8494C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 76 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.34 |
| HSL | 358.11º | 0.39% | 0.47% | - |
| HSV(B) | 358.11º | 0.57% | 0.66% | - |
| XYZ | 19.84 | 13.61 | 8.42 | - |
| YUV | 101.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 76 | 0 | 0.57 | 0.55 | 0.34 | 358.11 | 0.39 | 0.47 |
| Hex | A8 | 49 | 4C | 0 | 39 | 37 | 22 | 166 | 27 | 2F |
| Octal | 250 | 111 | 114 | 0 | 71 | 67 | 42 | 546 | 47 | 57 |
| Binary | 10101000 | 1001001 | 1001100 | 0 | 111001 | 110111 | 100010 | 101100110 | 100111 | 101111 |
Color Harmonies of #A8494C
Complementary color
Monochromatic Colors of #A8494C
Black with #A8494C
Text Example
Text Example
White with #A8494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8494C; }
p { color: rgb(168,73,76); }
H1.HeaderClassName
{
color: #A8494C;
}
.AnyTagClassName
{
color: #A8494C;
}
</style>
background-color css
<style>
a { background-color: #A8494C; }
a { background-color: rgb(168,73,76); }
div.DivClassName
{
background-color: #A8494C;
}
.BgClassName
{
background-color: #A8494C;
}
</style>
border-color css
<style>
span { border-color: #A8494C; }
span { border-color: rgb(168,73,76); }
td.TdClassName
{
border-color: #A8494C;
}
.TagClassName
{
border-color: #A8494C;
}
</style>