Shades of Hippie Pink #A45464
Tints of Hippie Pink #A45464
RGB
CMYK
RGB Variations
Color information
#A45464 (or 0xA45464) is known color: Hippie Pink. HEX triplet: A4, 54 and 64. RGB value is (164,84,100). Sum of RGB (Red+Green+Blue) = 164+84+100=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45464 is #5BAB9B. Grayscale: #6D6D6D. Windows color (decimal): -6007708 or 6575268. OLE color: 6575268.
HSL color Cylindrical-coordinate representation of color #A45464: hue angle of 348º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45464 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 100 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.36 |
| HSL | 348º | 0.32% | 0.49% | - |
| HSV(B) | 348º | 0.49% | 0.64% | - |
| XYZ | 20.78 | 15.15 | 13.89 | - |
| YUV | 109.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 100 | 0 | 0.49 | 0.39 | 0.36 | 348 | 0.32 | 0.49 |
| Hex | A4 | 54 | 64 | 0 | 31 | 27 | 24 | 15C | 20 | 31 |
| Octal | 244 | 124 | 144 | 0 | 61 | 47 | 44 | 534 | 40 | 61 |
| Binary | 10100100 | 1010100 | 1100100 | 0 | 110001 | 100111 | 100100 | 101011100 | 100000 | 110001 |
Color Harmonies of #A45464
Complementary color
Monochromatic Colors of #A45464
Black with #A45464
Text Example
Text Example
White with #A45464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45464; }
p { color: rgb(164,84,100); }
H1.HeaderClassName
{
color: #A45464;
}
.AnyTagClassName
{
color: #A45464;
}
</style>
background-color css
<style>
a { background-color: #A45464; }
a { background-color: rgb(164,84,100); }
div.DivClassName
{
background-color: #A45464;
}
.BgClassName
{
background-color: #A45464;
}
</style>
border-color css
<style>
span { border-color: #A45464; }
span { border-color: rgb(164,84,100); }
td.TdClassName
{
border-color: #A45464;
}
.TagClassName
{
border-color: #A45464;
}
</style>