Shades of Hippie Pink #A45562
Tints of Hippie Pink #A45562
RGB
CMYK
RGB Variations
Color information
#A45562 (or 0xA45562) is known color: Hippie Pink. HEX triplet: A4, 55 and 62. RGB value is (164,85,98). Sum of RGB (Red+Green+Blue) = 164+85+98=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A45562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45562 is #5BAA9D. Grayscale: #6E6E6E. Windows color (decimal): -6007454 or 6444452. OLE color: 6444452.
HSL color Cylindrical-coordinate representation of color #A45562: hue angle of 350.13º 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 #A45562 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 98 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.36 |
| HSL | 350.13º | 0.32% | 0.49% | - |
| HSV(B) | 350.13º | 0.48% | 0.64% | - |
| XYZ | 20.76 | 15.27 | 13.41 | - |
| YUV | 110.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 98 | 0 | 0.48 | 0.40 | 0.36 | 350.13 | 0.32 | 0.49 |
| Hex | A4 | 55 | 62 | 0 | 30 | 28 | 24 | 15E | 20 | 31 |
| Octal | 244 | 125 | 142 | 0 | 60 | 50 | 44 | 536 | 40 | 61 |
| Binary | 10100100 | 1010101 | 1100010 | 0 | 110000 | 101000 | 100100 | 101011110 | 100000 | 110001 |
Color Harmonies of #A45562
Complementary color
Monochromatic Colors of #A45562
Black with #A45562
Text Example
Text Example
White with #A45562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45562; }
p { color: rgb(164,85,98); }
H1.HeaderClassName
{
color: #A45562;
}
.AnyTagClassName
{
color: #A45562;
}
</style>
background-color css
<style>
a { background-color: #A45562; }
a { background-color: rgb(164,85,98); }
div.DivClassName
{
background-color: #A45562;
}
.BgClassName
{
background-color: #A45562;
}
</style>
border-color css
<style>
span { border-color: #A45562; }
span { border-color: rgb(164,85,98); }
td.TdClassName
{
border-color: #A45562;
}
.TagClassName
{
border-color: #A45562;
}
</style>