Shades of Hippie Pink #A45159
Tints of Hippie Pink #A45159
RGB
CMYK
RGB Variations
Color information
#A45159 (or 0xA45159) is known color: Hippie Pink. HEX triplet: A4, 51 and 59. RGB value is (164,81,89). Sum of RGB (Red+Green+Blue) = 164+81+89=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A45159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45159 is #5BAEA6. Grayscale: #6A6A6A. Windows color (decimal): -6008487 or 5853604. OLE color: 5853604.
HSL color Cylindrical-coordinate representation of color #A45159: hue angle of 354.22º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45159 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 89 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.36 |
| HSL | 354.22º | 0.34% | 0.48% | - |
| HSV(B) | 354.22º | 0.51% | 0.64% | - |
| XYZ | 20.06 | 14.5 | 11.19 | - |
| YUV | 106.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 89 | 0 | 0.51 | 0.46 | 0.36 | 354.22 | 0.34 | 0.48 |
| Hex | A4 | 51 | 59 | 0 | 33 | 2E | 24 | 162 | 22 | 30 |
| Octal | 244 | 121 | 131 | 0 | 63 | 56 | 44 | 542 | 42 | 60 |
| Binary | 10100100 | 1010001 | 1011001 | 0 | 110011 | 101110 | 100100 | 101100010 | 100010 | 110000 |
Color Harmonies of #A45159
Complementary color
Monochromatic Colors of #A45159
Black with #A45159
Text Example
Text Example
White with #A45159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45159; }
p { color: rgb(164,81,89); }
H1.HeaderClassName
{
color: #A45159;
}
.AnyTagClassName
{
color: #A45159;
}
</style>
background-color css
<style>
a { background-color: #A45159; }
a { background-color: rgb(164,81,89); }
div.DivClassName
{
background-color: #A45159;
}
.BgClassName
{
background-color: #A45159;
}
</style>
border-color css
<style>
span { border-color: #A45159; }
span { border-color: rgb(164,81,89); }
td.TdClassName
{
border-color: #A45159;
}
.TagClassName
{
border-color: #A45159;
}
</style>