Shades of Hippie Pink #A7545D
Tints of Hippie Pink #A7545D
RGB
CMYK
RGB Variations
Color information
#A7545D (or 0xA7545D) is known color: Hippie Pink. HEX triplet: A7, 54 and 5D. RGB value is (167,84,93). Sum of RGB (Red+Green+Blue) = 167+84+93=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7545D is #58ABA2. Grayscale: #6D6D6D. Windows color (decimal): -5811107 or 6116519. OLE color: 6116519.
HSL color Cylindrical-coordinate representation of color #A7545D: hue angle of 353.49º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7545D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 84 | 93 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.35 |
| HSL | 353.49º | 0.33% | 0.49% | - |
| HSV(B) | 353.49º | 0.5% | 0.65% | - |
| XYZ | 21.08 | 15.35 | 12.21 | - |
| YUV | 109.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 93 | 0 | 0.50 | 0.44 | 0.35 | 353.49 | 0.33 | 0.49 |
| Hex | A7 | 54 | 5D | 0 | 32 | 2C | 23 | 161 | 21 | 31 |
| Octal | 247 | 124 | 135 | 0 | 62 | 54 | 43 | 541 | 41 | 61 |
| Binary | 10100111 | 1010100 | 1011101 | 0 | 110010 | 101100 | 100011 | 101100001 | 100001 | 110001 |
Color Harmonies of #A7545D
Complementary color
Monochromatic Colors of #A7545D
Black with #A7545D
Text Example
Text Example
White with #A7545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7545D; }
p { color: rgb(167,84,93); }
H1.HeaderClassName
{
color: #A7545D;
}
.AnyTagClassName
{
color: #A7545D;
}
</style>
background-color css
<style>
a { background-color: #A7545D; }
a { background-color: rgb(167,84,93); }
div.DivClassName
{
background-color: #A7545D;
}
.BgClassName
{
background-color: #A7545D;
}
</style>
border-color css
<style>
span { border-color: #A7545D; }
span { border-color: rgb(167,84,93); }
td.TdClassName
{
border-color: #A7545D;
}
.TagClassName
{
border-color: #A7545D;
}
</style>