Shades of Hippie Pink #A8545C
Tints of Hippie Pink #A8545C
RGB
CMYK
RGB Variations
Color information
#A8545C (or 0xA8545C) is known color: Hippie Pink. HEX triplet: A8, 54 and 5C. RGB value is (168,84,92). Sum of RGB (Red+Green+Blue) = 168+84+92=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8545C is #57ABA3. Grayscale: #6E6E6E. Windows color (decimal): -5745572 or 6050984. OLE color: 6050984.
HSL color Cylindrical-coordinate representation of color #A8545C: hue angle of 354.29º 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 #A8545C is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 92 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.34 |
| HSL | 354.29º | 0.33% | 0.49% | - |
| HSV(B) | 354.29º | 0.5% | 0.66% | - |
| XYZ | 21.25 | 15.44 | 11.99 | - |
| YUV | 110.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 92 | 0 | 0.5 | 0.45 | 0.34 | 354.29 | 0.33 | 0.49 |
| Hex | A8 | 54 | 5C | 0 | 32 | 2D | 22 | 162 | 21 | 31 |
| Octal | 250 | 124 | 134 | 0 | 62 | 55 | 42 | 542 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1011100 | 0 | 110010 | 101101 | 100010 | 101100010 | 100001 | 110001 |
Color Harmonies of #A8545C
Complementary color
Monochromatic Colors of #A8545C
Black with #A8545C
Text Example
Text Example
White with #A8545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8545C; }
p { color: rgb(168,84,92); }
H1.HeaderClassName
{
color: #A8545C;
}
.AnyTagClassName
{
color: #A8545C;
}
</style>
background-color css
<style>
a { background-color: #A8545C; }
a { background-color: rgb(168,84,92); }
div.DivClassName
{
background-color: #A8545C;
}
.BgClassName
{
background-color: #A8545C;
}
</style>
border-color css
<style>
span { border-color: #A8545C; }
span { border-color: rgb(168,84,92); }
td.TdClassName
{
border-color: #A8545C;
}
.TagClassName
{
border-color: #A8545C;
}
</style>