Shades of Hippie Pink #A55B5C
Tints of Hippie Pink #A55B5C
RGB
CMYK
RGB Variations
Color information
#A55B5C (or 0xA55B5C) is known color: Hippie Pink. HEX triplet: A5, 5B and 5C. RGB value is (165,91,92). Sum of RGB (Red+Green+Blue) = 165+91+92=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B5C is #5AA4A3. Grayscale: #717171. Windows color (decimal): -5940388 or 6052773. OLE color: 6052773.
HSL color Cylindrical-coordinate representation of color #A55B5C: hue angle of 359.19º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55B5C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 91 | 92 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.35 |
| HSL | 359.19º | 0.29% | 0.5% | - |
| HSV(B) | 359.19º | 0.45% | 0.65% | - |
| XYZ | 21.19 | 16.25 | 12.15 | - |
| YUV | 113.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 92 | 0 | 0.45 | 0.44 | 0.35 | 359.19 | 0.29 | 0.5 |
| Hex | A5 | 5B | 5C | 0 | 2D | 2C | 23 | 167 | 1D | 32 |
| Octal | 245 | 133 | 134 | 0 | 55 | 54 | 43 | 547 | 35 | 62 |
| Binary | 10100101 | 1011011 | 1011100 | 0 | 101101 | 101100 | 100011 | 101100111 | 11101 | 110010 |
Color Harmonies of #A55B5C
Complementary color
Monochromatic Colors of #A55B5C
Black with #A55B5C
Text Example
Text Example
White with #A55B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55B5C; }
p { color: rgb(165,91,92); }
H1.HeaderClassName
{
color: #A55B5C;
}
.AnyTagClassName
{
color: #A55B5C;
}
</style>
background-color css
<style>
a { background-color: #A55B5C; }
a { background-color: rgb(165,91,92); }
div.DivClassName
{
background-color: #A55B5C;
}
.BgClassName
{
background-color: #A55B5C;
}
</style>
border-color css
<style>
span { border-color: #A55B5C; }
span { border-color: rgb(165,91,92); }
td.TdClassName
{
border-color: #A55B5C;
}
.TagClassName
{
border-color: #A55B5C;
}
</style>