Shades of Hippie Pink #A55D63
Tints of Hippie Pink #A55D63
RGB
CMYK
RGB Variations
Color information
#A55D63 (or 0xA55D63) is known color: Hippie Pink. HEX triplet: A5, 5D and 63. RGB value is (165,93,99). Sum of RGB (Red+Green+Blue) = 165+93+99=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D63 is #5AA29C. Grayscale: #737373. Windows color (decimal): -5939869 or 6512037. OLE color: 6512037.
HSL color Cylindrical-coordinate representation of color #A55D63: hue angle of 355º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55D63 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 99 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.35 |
| HSL | 355º | 0.29% | 0.51% | - |
| HSV(B) | 355º | 0.44% | 0.65% | - |
| XYZ | 21.68 | 16.73 | 13.89 | - |
| YUV | 115.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 99 | 0 | 0.44 | 0.40 | 0.35 | 355 | 0.29 | 0.51 |
| Hex | A5 | 5D | 63 | 0 | 2C | 28 | 23 | 163 | 1D | 33 |
| Octal | 245 | 135 | 143 | 0 | 54 | 50 | 43 | 543 | 35 | 63 |
| Binary | 10100101 | 1011101 | 1100011 | 0 | 101100 | 101000 | 100011 | 101100011 | 11101 | 110011 |
Color Harmonies of #A55D63
Complementary color
Monochromatic Colors of #A55D63
Black with #A55D63
Text Example
Text Example
White with #A55D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D63; }
p { color: rgb(165,93,99); }
H1.HeaderClassName
{
color: #A55D63;
}
.AnyTagClassName
{
color: #A55D63;
}
</style>
background-color css
<style>
a { background-color: #A55D63; }
a { background-color: rgb(165,93,99); }
div.DivClassName
{
background-color: #A55D63;
}
.BgClassName
{
background-color: #A55D63;
}
</style>
border-color css
<style>
span { border-color: #A55D63; }
span { border-color: rgb(165,93,99); }
td.TdClassName
{
border-color: #A55D63;
}
.TagClassName
{
border-color: #A55D63;
}
</style>