Shades of Hippie Pink #A8485F
Tints of Hippie Pink #A8485F
RGB
CMYK
RGB Variations
Color information
#A8485F (or 0xA8485F) is known color: Hippie Pink. HEX triplet: A8, 48 and 5F. RGB value is (168,72,95). Sum of RGB (Red+Green+Blue) = 168+72+95=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8485F is #57B7A0. Grayscale: #676767. Windows color (decimal): -5748641 or 6244520. OLE color: 6244520.
HSL color Cylindrical-coordinate representation of color #A8485F: hue angle of 345.62º 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 #A8485F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 95 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.34 |
| HSL | 345.63º | 0.4% | 0.47% | - |
| HSV(B) | 345.63º | 0.57% | 0.66% | - |
| XYZ | 20.53 | 13.79 | 12.41 | - |
| YUV | 103.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 95 | 0 | 0.57 | 0.43 | 0.34 | 345.63 | 0.4 | 0.47 |
| Hex | A8 | 48 | 5F | 0 | 39 | 2B | 22 | 15A | 28 | 2F |
| Octal | 250 | 110 | 137 | 0 | 71 | 53 | 42 | 532 | 50 | 57 |
| Binary | 10101000 | 1001000 | 1011111 | 0 | 111001 | 101011 | 100010 | 101011010 | 101000 | 101111 |
Color Harmonies of #A8485F
Complementary color
Monochromatic Colors of #A8485F
Black with #A8485F
Text Example
Text Example
White with #A8485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8485F; }
p { color: rgb(168,72,95); }
H1.HeaderClassName
{
color: #A8485F;
}
.AnyTagClassName
{
color: #A8485F;
}
</style>
background-color css
<style>
a { background-color: #A8485F; }
a { background-color: rgb(168,72,95); }
div.DivClassName
{
background-color: #A8485F;
}
.BgClassName
{
background-color: #A8485F;
}
</style>
border-color css
<style>
span { border-color: #A8485F; }
span { border-color: rgb(168,72,95); }
td.TdClassName
{
border-color: #A8485F;
}
.TagClassName
{
border-color: #A8485F;
}
</style>