Shades of Hippie Pink #A45559
Tints of Hippie Pink #A45559
RGB
CMYK
RGB Variations
Color information
#A45559 (or 0xA45559) is known color: Hippie Pink. HEX triplet: A4, 55 and 59. RGB value is (164,85,89). Sum of RGB (Red+Green+Blue) = 164+85+89=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A45559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45559 is #5BAAA6. Grayscale: #6D6D6D. Windows color (decimal): -6007463 or 5854628. OLE color: 5854628.
HSL color Cylindrical-coordinate representation of color #A45559: hue angle of 356.96º 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 #A45559 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 89 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.36 |
| HSL | 356.96º | 0.32% | 0.49% | - |
| HSV(B) | 356.96º | 0.48% | 0.64% | - |
| XYZ | 20.36 | 15.11 | 11.29 | - |
| YUV | 109.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 89 | 0 | 0.48 | 0.46 | 0.36 | 356.96 | 0.32 | 0.49 |
| Hex | A4 | 55 | 59 | 0 | 30 | 2E | 24 | 165 | 20 | 31 |
| Octal | 244 | 125 | 131 | 0 | 60 | 56 | 44 | 545 | 40 | 61 |
| Binary | 10100100 | 1010101 | 1011001 | 0 | 110000 | 101110 | 100100 | 101100101 | 100000 | 110001 |
Color Harmonies of #A45559
Complementary color
Monochromatic Colors of #A45559
Black with #A45559
Text Example
Text Example
White with #A45559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45559; }
p { color: rgb(164,85,89); }
H1.HeaderClassName
{
color: #A45559;
}
.AnyTagClassName
{
color: #A45559;
}
</style>
background-color css
<style>
a { background-color: #A45559; }
a { background-color: rgb(164,85,89); }
div.DivClassName
{
background-color: #A45559;
}
.BgClassName
{
background-color: #A45559;
}
</style>
border-color css
<style>
span { border-color: #A45559; }
span { border-color: rgb(164,85,89); }
td.TdClassName
{
border-color: #A45559;
}
.TagClassName
{
border-color: #A45559;
}
</style>