Shades of Hippie Pink #A45561
Tints of Hippie Pink #A45561
RGB
CMYK
RGB Variations
Color information
#A45561 (or 0xA45561) is known color: Hippie Pink. HEX triplet: A4, 55 and 61. RGB value is (164,85,97). Sum of RGB (Red+Green+Blue) = 164+85+97=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A45561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45561 is #5BAA9E. Grayscale: #6E6E6E. Windows color (decimal): -6007455 or 6378916. OLE color: 6378916.
HSL color Cylindrical-coordinate representation of color #A45561: hue angle of 350.89º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45561 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 97 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.36 |
| HSL | 350.89º | 0.32% | 0.49% | - |
| HSV(B) | 350.89º | 0.48% | 0.64% | - |
| XYZ | 20.72 | 15.25 | 13.16 | - |
| YUV | 109.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 97 | 0 | 0.48 | 0.41 | 0.36 | 350.89 | 0.32 | 0.49 |
| Hex | A4 | 55 | 61 | 0 | 30 | 29 | 24 | 15F | 20 | 31 |
| Octal | 244 | 125 | 141 | 0 | 60 | 51 | 44 | 537 | 40 | 61 |
| Binary | 10100100 | 1010101 | 1100001 | 0 | 110000 | 101001 | 100100 | 101011111 | 100000 | 110001 |
Color Harmonies of #A45561
Complementary color
Monochromatic Colors of #A45561
Black with #A45561
Text Example
Text Example
White with #A45561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45561; }
p { color: rgb(164,85,97); }
H1.HeaderClassName
{
color: #A45561;
}
.AnyTagClassName
{
color: #A45561;
}
</style>
background-color css
<style>
a { background-color: #A45561; }
a { background-color: rgb(164,85,97); }
div.DivClassName
{
background-color: #A45561;
}
.BgClassName
{
background-color: #A45561;
}
</style>
border-color css
<style>
span { border-color: #A45561; }
span { border-color: rgb(164,85,97); }
td.TdClassName
{
border-color: #A45561;
}
.TagClassName
{
border-color: #A45561;
}
</style>