Shades of Hippie Pink #A8485B
Tints of Hippie Pink #A8485B
RGB
CMYK
RGB Variations
Color information
#A8485B (or 0xA8485B) is known color: Hippie Pink. HEX triplet: A8, 48 and 5B. RGB value is (168,72,91). Sum of RGB (Red+Green+Blue) = 168+72+91=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8485B is #57B7A4. Grayscale: #666666. Windows color (decimal): -5748645 or 5982376. OLE color: 5982376.
HSL color Cylindrical-coordinate representation of color #A8485B: hue angle of 348.12º 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 #A8485B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 91 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.34 |
| HSL | 348.13º | 0.4% | 0.47% | - |
| HSV(B) | 348.13º | 0.57% | 0.66% | - |
| XYZ | 20.35 | 13.71 | 11.47 | - |
| YUV | 102.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 91 | 0 | 0.57 | 0.46 | 0.34 | 348.13 | 0.4 | 0.47 |
| Hex | A8 | 48 | 5B | 0 | 39 | 2E | 22 | 15C | 28 | 2F |
| Octal | 250 | 110 | 133 | 0 | 71 | 56 | 42 | 534 | 50 | 57 |
| Binary | 10101000 | 1001000 | 1011011 | 0 | 111001 | 101110 | 100010 | 101011100 | 101000 | 101111 |
Color Harmonies of #A8485B
Complementary color
Monochromatic Colors of #A8485B
Black with #A8485B
Text Example
Text Example
White with #A8485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8485B; }
p { color: rgb(168,72,91); }
H1.HeaderClassName
{
color: #A8485B;
}
.AnyTagClassName
{
color: #A8485B;
}
</style>
background-color css
<style>
a { background-color: #A8485B; }
a { background-color: rgb(168,72,91); }
div.DivClassName
{
background-color: #A8485B;
}
.BgClassName
{
background-color: #A8485B;
}
</style>
border-color css
<style>
span { border-color: #A8485B; }
span { border-color: rgb(168,72,91); }
td.TdClassName
{
border-color: #A8485B;
}
.TagClassName
{
border-color: #A8485B;
}
</style>