Shades of Hippie Pink #A55657
Tints of Hippie Pink #A55657
RGB
CMYK
RGB Variations
Color information
#A55657 (or 0xA55657) is known color: Hippie Pink. HEX triplet: A5, 56 and 57. RGB value is (165,86,87). Sum of RGB (Red+Green+Blue) = 165+86+87=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A55657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55657 is #5AA9A8. Grayscale: #6D6D6D. Windows color (decimal): -5941673 or 5723813. OLE color: 5723813.
HSL color Cylindrical-coordinate representation of color #A55657: hue angle of 359.24º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55657 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 87 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.35 |
| HSL | 359.24º | 0.31% | 0.49% | - |
| HSV(B) | 359.24º | 0.48% | 0.65% | - |
| XYZ | 20.57 | 15.34 | 10.89 | - |
| YUV | 109.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 87 | 0 | 0.48 | 0.47 | 0.35 | 359.24 | 0.31 | 0.49 |
| Hex | A5 | 56 | 57 | 0 | 30 | 2F | 23 | 167 | 1F | 31 |
| Octal | 245 | 126 | 127 | 0 | 60 | 57 | 43 | 547 | 37 | 61 |
| Binary | 10100101 | 1010110 | 1010111 | 0 | 110000 | 101111 | 100011 | 101100111 | 11111 | 110001 |
Color Harmonies of #A55657
Complementary color
Monochromatic Colors of #A55657
Black with #A55657
Text Example
Text Example
White with #A55657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55657; }
p { color: rgb(165,86,87); }
H1.HeaderClassName
{
color: #A55657;
}
.AnyTagClassName
{
color: #A55657;
}
</style>
background-color css
<style>
a { background-color: #A55657; }
a { background-color: rgb(165,86,87); }
div.DivClassName
{
background-color: #A55657;
}
.BgClassName
{
background-color: #A55657;
}
</style>
border-color css
<style>
span { border-color: #A55657; }
span { border-color: rgb(165,86,87); }
td.TdClassName
{
border-color: #A55657;
}
.TagClassName
{
border-color: #A55657;
}
</style>