Shades of Hippie Pink #A54D5E
Tints of Hippie Pink #A54D5E
RGB
CMYK
RGB Variations
Color information
#A54D5E (or 0xA54D5E) is known color: Hippie Pink. HEX triplet: A5, 4D and 5E. RGB value is (165,77,94). Sum of RGB (Red+Green+Blue) = 165+77+94=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D5E is #5AB2A1. Grayscale: #696969. Windows color (decimal): -5943970 or 6180261. OLE color: 6180261.
HSL color Cylindrical-coordinate representation of color #A54D5E: hue angle of 348.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54D5E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 77 | 94 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.35 |
| HSL | 348.41º | 0.36% | 0.47% | - |
| HSV(B) | 348.41º | 0.53% | 0.65% | - |
| XYZ | 20.19 | 14.12 | 12.25 | - |
| YUV | 105.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 94 | 0 | 0.53 | 0.43 | 0.35 | 348.41 | 0.36 | 0.47 |
| Hex | A5 | 4D | 5E | 0 | 35 | 2B | 23 | 15C | 24 | 2F |
| Octal | 245 | 115 | 136 | 0 | 65 | 53 | 43 | 534 | 44 | 57 |
| Binary | 10100101 | 1001101 | 1011110 | 0 | 110101 | 101011 | 100011 | 101011100 | 100100 | 101111 |
Color Harmonies of #A54D5E
Complementary color
Monochromatic Colors of #A54D5E
Black with #A54D5E
Text Example
Text Example
White with #A54D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54D5E; }
p { color: rgb(165,77,94); }
H1.HeaderClassName
{
color: #A54D5E;
}
.AnyTagClassName
{
color: #A54D5E;
}
</style>
background-color css
<style>
a { background-color: #A54D5E; }
a { background-color: rgb(165,77,94); }
div.DivClassName
{
background-color: #A54D5E;
}
.BgClassName
{
background-color: #A54D5E;
}
</style>
border-color css
<style>
span { border-color: #A54D5E; }
span { border-color: rgb(165,77,94); }
td.TdClassName
{
border-color: #A54D5E;
}
.TagClassName
{
border-color: #A54D5E;
}
</style>