Shades of Hippie Pink #A8545D
Tints of Hippie Pink #A8545D
RGB
CMYK
RGB Variations
Color information
#A8545D (or 0xA8545D) is known color: Hippie Pink. HEX triplet: A8, 54 and 5D. RGB value is (168,84,93). Sum of RGB (Red+Green+Blue) = 168+84+93=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8545D is #57ABA2. Grayscale: #6E6E6E. Windows color (decimal): -5745571 or 6116520. OLE color: 6116520.
HSL color Cylindrical-coordinate representation of color #A8545D: hue angle of 353.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8545D is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 93 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.34 |
| HSL | 353.57º | 0.33% | 0.49% | - |
| HSV(B) | 353.57º | 0.5% | 0.66% | - |
| XYZ | 21.29 | 15.46 | 12.22 | - |
| YUV | 110.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 93 | 0 | 0.5 | 0.45 | 0.34 | 353.57 | 0.33 | 0.49 |
| Hex | A8 | 54 | 5D | 0 | 32 | 2D | 22 | 162 | 21 | 31 |
| Octal | 250 | 124 | 135 | 0 | 62 | 55 | 42 | 542 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1011101 | 0 | 110010 | 101101 | 100010 | 101100010 | 100001 | 110001 |
Color Harmonies of #A8545D
Complementary color
Monochromatic Colors of #A8545D
Black with #A8545D
Text Example
Text Example
White with #A8545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8545D; }
p { color: rgb(168,84,93); }
H1.HeaderClassName
{
color: #A8545D;
}
.AnyTagClassName
{
color: #A8545D;
}
</style>
background-color css
<style>
a { background-color: #A8545D; }
a { background-color: rgb(168,84,93); }
div.DivClassName
{
background-color: #A8545D;
}
.BgClassName
{
background-color: #A8545D;
}
</style>
border-color css
<style>
span { border-color: #A8545D; }
span { border-color: rgb(168,84,93); }
td.TdClassName
{
border-color: #A8545D;
}
.TagClassName
{
border-color: #A8545D;
}
</style>