Shades of Hippie Pink #A55262
Tints of Hippie Pink #A55262
RGB
CMYK
RGB Variations
Color information
#A55262 (or 0xA55262) is known color: Hippie Pink. HEX triplet: A5, 52 and 62. RGB value is (165,82,98). Sum of RGB (Red+Green+Blue) = 165+82+98=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A55262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55262 is #5AAD9D. Grayscale: #6C6C6C. Windows color (decimal): -5942686 or 6443685. OLE color: 6443685.
HSL color Cylindrical-coordinate representation of color #A55262: hue angle of 348.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55262 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 98 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.35 |
| HSL | 348.43º | 0.34% | 0.48% | - |
| HSV(B) | 348.43º | 0.5% | 0.65% | - |
| XYZ | 20.74 | 14.92 | 13.34 | - |
| YUV | 108.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 98 | 0 | 0.50 | 0.41 | 0.35 | 348.43 | 0.34 | 0.48 |
| Hex | A5 | 52 | 62 | 0 | 32 | 29 | 23 | 15C | 22 | 30 |
| Octal | 245 | 122 | 142 | 0 | 62 | 51 | 43 | 534 | 42 | 60 |
| Binary | 10100101 | 1010010 | 1100010 | 0 | 110010 | 101001 | 100011 | 101011100 | 100010 | 110000 |
Color Harmonies of #A55262
Complementary color
Monochromatic Colors of #A55262
Black with #A55262
Text Example
Text Example
White with #A55262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55262; }
p { color: rgb(165,82,98); }
H1.HeaderClassName
{
color: #A55262;
}
.AnyTagClassName
{
color: #A55262;
}
</style>
background-color css
<style>
a { background-color: #A55262; }
a { background-color: rgb(165,82,98); }
div.DivClassName
{
background-color: #A55262;
}
.BgClassName
{
background-color: #A55262;
}
</style>
border-color css
<style>
span { border-color: #A55262; }
span { border-color: rgb(165,82,98); }
td.TdClassName
{
border-color: #A55262;
}
.TagClassName
{
border-color: #A55262;
}
</style>