Shades of Hippie Pink #A15A5E
Tints of Hippie Pink #A15A5E
RGB
CMYK
RGB Variations
Color information
#A15A5E (or 0xA15A5E) is known color: Hippie Pink. HEX triplet: A1, 5A and 5E. RGB value is (161,90,94). Sum of RGB (Red+Green+Blue) = 161+90+94=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A5E is #5EA5A1. Grayscale: #6F6F6F. Windows color (decimal): -6202786 or 6183585. OLE color: 6183585.
HSL color Cylindrical-coordinate representation of color #A15A5E: hue angle of 356.62º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A5E is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 94 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.37 |
| HSL | 356.62º | 0.28% | 0.49% | - |
| HSV(B) | 356.62º | 0.44% | 0.63% | - |
| XYZ | 20.37 | 15.7 | 12.55 | - |
| YUV | 111.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 94 | 0 | 0.44 | 0.42 | 0.37 | 356.62 | 0.28 | 0.49 |
| Hex | A1 | 5A | 5E | 0 | 2C | 2A | 25 | 165 | 1C | 31 |
| Octal | 241 | 132 | 136 | 0 | 54 | 52 | 45 | 545 | 34 | 61 |
| Binary | 10100001 | 1011010 | 1011110 | 0 | 101100 | 101010 | 100101 | 101100101 | 11100 | 110001 |
Color Harmonies of #A15A5E
Complementary color
Monochromatic Colors of #A15A5E
Black with #A15A5E
Text Example
Text Example
White with #A15A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A5E; }
p { color: rgb(161,90,94); }
H1.HeaderClassName
{
color: #A15A5E;
}
.AnyTagClassName
{
color: #A15A5E;
}
</style>
background-color css
<style>
a { background-color: #A15A5E; }
a { background-color: rgb(161,90,94); }
div.DivClassName
{
background-color: #A15A5E;
}
.BgClassName
{
background-color: #A15A5E;
}
</style>
border-color css
<style>
span { border-color: #A15A5E; }
span { border-color: rgb(161,90,94); }
td.TdClassName
{
border-color: #A15A5E;
}
.TagClassName
{
border-color: #A15A5E;
}
</style>