Shades of Hippie Pink #A54752
Tints of Hippie Pink #A54752
RGB
CMYK
RGB Variations
Color information
#A54752 (or 0xA54752) is known color: Hippie Pink. HEX triplet: A5, 47 and 52. RGB value is (165,71,82). Sum of RGB (Red+Green+Blue) = 165+71+82=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A54752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54752 is #5AB8AD. Grayscale: #646464. Windows color (decimal): -5945518 or 5392293. OLE color: 5392293.
HSL color Cylindrical-coordinate representation of color #A54752: hue angle of 352.98º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54752 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 71 | 82 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.35 |
| HSL | 352.98º | 0.4% | 0.46% | - |
| HSV(B) | 352.98º | 0.57% | 0.65% | - |
| XYZ | 19.29 | 13.12 | 9.5 | - |
| YUV | 100.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 82 | 0 | 0.57 | 0.50 | 0.35 | 352.98 | 0.4 | 0.46 |
| Hex | A5 | 47 | 52 | 0 | 39 | 32 | 23 | 161 | 28 | 2E |
| Octal | 245 | 107 | 122 | 0 | 71 | 62 | 43 | 541 | 50 | 56 |
| Binary | 10100101 | 1000111 | 1010010 | 0 | 111001 | 110010 | 100011 | 101100001 | 101000 | 101110 |
Color Harmonies of #A54752
Complementary color
Monochromatic Colors of #A54752
Black with #A54752
Text Example
Text Example
White with #A54752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54752; }
p { color: rgb(165,71,82); }
H1.HeaderClassName
{
color: #A54752;
}
.AnyTagClassName
{
color: #A54752;
}
</style>
background-color css
<style>
a { background-color: #A54752; }
a { background-color: rgb(165,71,82); }
div.DivClassName
{
background-color: #A54752;
}
.BgClassName
{
background-color: #A54752;
}
</style>
border-color css
<style>
span { border-color: #A54752; }
span { border-color: rgb(165,71,82); }
td.TdClassName
{
border-color: #A54752;
}
.TagClassName
{
border-color: #A54752;
}
</style>