Shades of Hippie Pink #A0555B
Tints of Hippie Pink #A0555B
RGB
CMYK
RGB Variations
Color information
#A0555B (or 0xA0555B) is known color: Hippie Pink. HEX triplet: A0, 55 and 5B. RGB value is (160,85,91). Sum of RGB (Red+Green+Blue) = 160+85+91=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0555B is #5FAAA4. Grayscale: #6C6C6C. Windows color (decimal): -6269605 or 5985696. OLE color: 5985696.
HSL color Cylindrical-coordinate representation of color #A0555B: hue angle of 355.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0555B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 91 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.37 |
| HSL | 355.2º | 0.31% | 0.48% | - |
| HSV(B) | 355.2º | 0.47% | 0.63% | - |
| XYZ | 19.63 | 14.73 | 11.71 | - |
| YUV | 108.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 91 | 0 | 0.47 | 0.43 | 0.37 | 355.2 | 0.31 | 0.48 |
| Hex | A0 | 55 | 5B | 0 | 2F | 2B | 25 | 163 | 1F | 30 |
| Octal | 240 | 125 | 133 | 0 | 57 | 53 | 45 | 543 | 37 | 60 |
| Binary | 10100000 | 1010101 | 1011011 | 0 | 101111 | 101011 | 100101 | 101100011 | 11111 | 110000 |
Color Harmonies of #A0555B
Complementary color
Monochromatic Colors of #A0555B
Black with #A0555B
Text Example
Text Example
White with #A0555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0555B; }
p { color: rgb(160,85,91); }
H1.HeaderClassName
{
color: #A0555B;
}
.AnyTagClassName
{
color: #A0555B;
}
</style>
background-color css
<style>
a { background-color: #A0555B; }
a { background-color: rgb(160,85,91); }
div.DivClassName
{
background-color: #A0555B;
}
.BgClassName
{
background-color: #A0555B;
}
</style>
border-color css
<style>
span { border-color: #A0555B; }
span { border-color: rgb(160,85,91); }
td.TdClassName
{
border-color: #A0555B;
}
.TagClassName
{
border-color: #A0555B;
}
</style>