Shades of Hippie Pink #A44E53
Tints of Hippie Pink #A44E53
RGB
CMYK
RGB Variations
Color information
#A44E53 (or 0xA44E53) is known color: Hippie Pink. HEX triplet: A4, 4E and 53. RGB value is (164,78,83). Sum of RGB (Red+Green+Blue) = 164+78+83=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E53 is #5BB1AC. Grayscale: #686868. Windows color (decimal): -6009261 or 5459620. OLE color: 5459620.
HSL color Cylindrical-coordinate representation of color #A44E53: hue angle of 356.51º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E53 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 83 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.36 |
| HSL | 356.51º | 0.36% | 0.47% | - |
| HSV(B) | 356.51º | 0.52% | 0.64% | - |
| XYZ | 19.6 | 13.97 | 9.85 | - |
| YUV | 104.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 83 | 0 | 0.52 | 0.49 | 0.36 | 356.51 | 0.36 | 0.47 |
| Hex | A4 | 4E | 53 | 0 | 34 | 31 | 24 | 165 | 24 | 2F |
| Octal | 244 | 116 | 123 | 0 | 64 | 61 | 44 | 545 | 44 | 57 |
| Binary | 10100100 | 1001110 | 1010011 | 0 | 110100 | 110001 | 100100 | 101100101 | 100100 | 101111 |
Color Harmonies of #A44E53
Complementary color
Monochromatic Colors of #A44E53
Black with #A44E53
Text Example
Text Example
White with #A44E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E53; }
p { color: rgb(164,78,83); }
H1.HeaderClassName
{
color: #A44E53;
}
.AnyTagClassName
{
color: #A44E53;
}
</style>
background-color css
<style>
a { background-color: #A44E53; }
a { background-color: rgb(164,78,83); }
div.DivClassName
{
background-color: #A44E53;
}
.BgClassName
{
background-color: #A44E53;
}
</style>
border-color css
<style>
span { border-color: #A44E53; }
span { border-color: rgb(164,78,83); }
td.TdClassName
{
border-color: #A44E53;
}
.TagClassName
{
border-color: #A44E53;
}
</style>