Shades of Hippie Pink #A5565E
Tints of Hippie Pink #A5565E
RGB
CMYK
RGB Variations
Color information
#A5565E (or 0xA5565E) is known color: Hippie Pink. HEX triplet: A5, 56 and 5E. RGB value is (165,86,94). Sum of RGB (Red+Green+Blue) = 165+86+94=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5565E is #5AA9A1. Grayscale: #6E6E6E. Windows color (decimal): -5941666 or 6182565. OLE color: 6182565.
HSL color Cylindrical-coordinate representation of color #A5565E: hue angle of 353.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5565E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 94 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.35 |
| HSL | 353.92º | 0.31% | 0.49% | - |
| HSV(B) | 353.92º | 0.48% | 0.65% | - |
| XYZ | 20.87 | 15.46 | 12.47 | - |
| YUV | 110.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 94 | 0 | 0.48 | 0.43 | 0.35 | 353.92 | 0.31 | 0.49 |
| Hex | A5 | 56 | 5E | 0 | 30 | 2B | 23 | 162 | 1F | 31 |
| Octal | 245 | 126 | 136 | 0 | 60 | 53 | 43 | 542 | 37 | 61 |
| Binary | 10100101 | 1010110 | 1011110 | 0 | 110000 | 101011 | 100011 | 101100010 | 11111 | 110001 |
Color Harmonies of #A5565E
Complementary color
Monochromatic Colors of #A5565E
Black with #A5565E
Text Example
Text Example
White with #A5565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5565E; }
p { color: rgb(165,86,94); }
H1.HeaderClassName
{
color: #A5565E;
}
.AnyTagClassName
{
color: #A5565E;
}
</style>
background-color css
<style>
a { background-color: #A5565E; }
a { background-color: rgb(165,86,94); }
div.DivClassName
{
background-color: #A5565E;
}
.BgClassName
{
background-color: #A5565E;
}
</style>
border-color css
<style>
span { border-color: #A5565E; }
span { border-color: rgb(165,86,94); }
td.TdClassName
{
border-color: #A5565E;
}
.TagClassName
{
border-color: #A5565E;
}
</style>