Shades of Hippie Pink #A8485E
Tints of Hippie Pink #A8485E
RGB
CMYK
RGB Variations
Color information
#A8485E (or 0xA8485E) is known color: Hippie Pink. HEX triplet: A8, 48 and 5E. RGB value is (168,72,94). Sum of RGB (Red+Green+Blue) = 168+72+94=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8485E is #57B7A1. Grayscale: #676767. Windows color (decimal): -5748642 or 6178984. OLE color: 6178984.
HSL color Cylindrical-coordinate representation of color #A8485E: hue angle of 346.25º degrees, saturation: 0.4, 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 #A8485E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 94 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.34 |
| HSL | 346.25º | 0.4% | 0.47% | - |
| HSV(B) | 346.25º | 0.57% | 0.66% | - |
| XYZ | 20.49 | 13.77 | 12.17 | - |
| YUV | 103.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 94 | 0 | 0.57 | 0.44 | 0.34 | 346.25 | 0.4 | 0.47 |
| Hex | A8 | 48 | 5E | 0 | 39 | 2C | 22 | 15A | 28 | 2F |
| Octal | 250 | 110 | 136 | 0 | 71 | 54 | 42 | 532 | 50 | 57 |
| Binary | 10101000 | 1001000 | 1011110 | 0 | 111001 | 101100 | 100010 | 101011010 | 101000 | 101111 |
Color Harmonies of #A8485E
Complementary color
Monochromatic Colors of #A8485E
Black with #A8485E
Text Example
Text Example
White with #A8485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8485E; }
p { color: rgb(168,72,94); }
H1.HeaderClassName
{
color: #A8485E;
}
.AnyTagClassName
{
color: #A8485E;
}
</style>
background-color css
<style>
a { background-color: #A8485E; }
a { background-color: rgb(168,72,94); }
div.DivClassName
{
background-color: #A8485E;
}
.BgClassName
{
background-color: #A8485E;
}
</style>
border-color css
<style>
span { border-color: #A8485E; }
span { border-color: rgb(168,72,94); }
td.TdClassName
{
border-color: #A8485E;
}
.TagClassName
{
border-color: #A8485E;
}
</style>