Shades of Hippie Pink #A45457
Tints of Hippie Pink #A45457
RGB
CMYK
RGB Variations
Color information
#A45457 (or 0xA45457) is known color: Hippie Pink. HEX triplet: A4, 54 and 57. RGB value is (164,84,87). Sum of RGB (Red+Green+Blue) = 164+84+87=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A45457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45457 is #5BABA8. Grayscale: #6C6C6C. Windows color (decimal): -6007721 or 5723300. OLE color: 5723300.
HSL color Cylindrical-coordinate representation of color #A45457: hue angle of 357.75º 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 #A45457 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 87 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.36 |
| HSL | 357.75º | 0.32% | 0.49% | - |
| HSV(B) | 357.75º | 0.49% | 0.64% | - |
| XYZ | 20.2 | 14.92 | 10.83 | - |
| YUV | 108.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 87 | 0 | 0.49 | 0.47 | 0.36 | 357.75 | 0.32 | 0.49 |
| Hex | A4 | 54 | 57 | 0 | 31 | 2F | 24 | 166 | 20 | 31 |
| Octal | 244 | 124 | 127 | 0 | 61 | 57 | 44 | 546 | 40 | 61 |
| Binary | 10100100 | 1010100 | 1010111 | 0 | 110001 | 101111 | 100100 | 101100110 | 100000 | 110001 |
Color Harmonies of #A45457
Complementary color
Monochromatic Colors of #A45457
Black with #A45457
Text Example
Text Example
White with #A45457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45457; }
p { color: rgb(164,84,87); }
H1.HeaderClassName
{
color: #A45457;
}
.AnyTagClassName
{
color: #A45457;
}
</style>
background-color css
<style>
a { background-color: #A45457; }
a { background-color: rgb(164,84,87); }
div.DivClassName
{
background-color: #A45457;
}
.BgClassName
{
background-color: #A45457;
}
</style>
border-color css
<style>
span { border-color: #A45457; }
span { border-color: rgb(164,84,87); }
td.TdClassName
{
border-color: #A45457;
}
.TagClassName
{
border-color: #A45457;
}
</style>