Shades of Hippie Pink #A5515D
Tints of Hippie Pink #A5515D
RGB
CMYK
RGB Variations
Color information
#A5515D (or 0xA5515D) is known color: Hippie Pink. HEX triplet: A5, 51 and 5D. RGB value is (165,81,93). Sum of RGB (Red+Green+Blue) = 165+81+93=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5515D is #5AAEA2. Grayscale: #6B6B6B. Windows color (decimal): -5942947 or 6115749. OLE color: 6115749.
HSL color Cylindrical-coordinate representation of color #A5515D: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5515D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 93 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.35 |
| HSL | 351.43º | 0.34% | 0.48% | - |
| HSV(B) | 351.43º | 0.51% | 0.65% | - |
| XYZ | 20.44 | 14.67 | 12.11 | - |
| YUV | 107.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 93 | 0 | 0.51 | 0.44 | 0.35 | 351.43 | 0.34 | 0.48 |
| Hex | A5 | 51 | 5D | 0 | 33 | 2C | 23 | 15F | 22 | 30 |
| Octal | 245 | 121 | 135 | 0 | 63 | 54 | 43 | 537 | 42 | 60 |
| Binary | 10100101 | 1010001 | 1011101 | 0 | 110011 | 101100 | 100011 | 101011111 | 100010 | 110000 |
Color Harmonies of #A5515D
Complementary color
Monochromatic Colors of #A5515D
Black with #A5515D
Text Example
Text Example
White with #A5515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5515D; }
p { color: rgb(165,81,93); }
H1.HeaderClassName
{
color: #A5515D;
}
.AnyTagClassName
{
color: #A5515D;
}
</style>
background-color css
<style>
a { background-color: #A5515D; }
a { background-color: rgb(165,81,93); }
div.DivClassName
{
background-color: #A5515D;
}
.BgClassName
{
background-color: #A5515D;
}
</style>
border-color css
<style>
span { border-color: #A5515D; }
span { border-color: rgb(165,81,93); }
td.TdClassName
{
border-color: #A5515D;
}
.TagClassName
{
border-color: #A5515D;
}
</style>