Shades of Hippie Pink #A5575B
Tints of Hippie Pink #A5575B
RGB
CMYK
RGB Variations
Color information
#A5575B (or 0xA5575B) is known color: Hippie Pink. HEX triplet: A5, 57 and 5B. RGB value is (165,87,91). Sum of RGB (Red+Green+Blue) = 165+87+91=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5575B is #5AA8A4. Grayscale: #6E6E6E. Windows color (decimal): -5941413 or 5986213. OLE color: 5986213.
HSL color Cylindrical-coordinate representation of color #A5575B: hue angle of 356.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5575B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 91 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.35 |
| HSL | 356.92º | 0.31% | 0.49% | - |
| HSV(B) | 356.92º | 0.47% | 0.65% | - |
| XYZ | 20.81 | 15.57 | 11.81 | - |
| YUV | 110.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 91 | 0 | 0.47 | 0.45 | 0.35 | 356.92 | 0.31 | 0.49 |
| Hex | A5 | 57 | 5B | 0 | 2F | 2D | 23 | 165 | 1F | 31 |
| Octal | 245 | 127 | 133 | 0 | 57 | 55 | 43 | 545 | 37 | 61 |
| Binary | 10100101 | 1010111 | 1011011 | 0 | 101111 | 101101 | 100011 | 101100101 | 11111 | 110001 |
Color Harmonies of #A5575B
Complementary color
Monochromatic Colors of #A5575B
Black with #A5575B
Text Example
Text Example
White with #A5575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5575B; }
p { color: rgb(165,87,91); }
H1.HeaderClassName
{
color: #A5575B;
}
.AnyTagClassName
{
color: #A5575B;
}
</style>
background-color css
<style>
a { background-color: #A5575B; }
a { background-color: rgb(165,87,91); }
div.DivClassName
{
background-color: #A5575B;
}
.BgClassName
{
background-color: #A5575B;
}
</style>
border-color css
<style>
span { border-color: #A5575B; }
span { border-color: rgb(165,87,91); }
td.TdClassName
{
border-color: #A5575B;
}
.TagClassName
{
border-color: #A5575B;
}
</style>