Shades of Hippie Pink #A15B5C
Tints of Hippie Pink #A15B5C
RGB
CMYK
RGB Variations
Color information
#A15B5C (or 0xA15B5C) is known color: Hippie Pink. HEX triplet: A1, 5B and 5C. RGB value is (161,91,92). Sum of RGB (Red+Green+Blue) = 161+91+92=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B5C is #5EA4A3. Grayscale: #707070. Windows color (decimal): -6202532 or 6052769. OLE color: 6052769.
HSL color Cylindrical-coordinate representation of color #A15B5C: hue angle of 359.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B5C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 92 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.37 |
| HSL | 359.14º | 0.28% | 0.49% | - |
| HSV(B) | 359.14º | 0.43% | 0.63% | - |
| XYZ | 20.37 | 15.83 | 12.11 | - |
| YUV | 112.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 92 | 0 | 0.43 | 0.43 | 0.37 | 359.14 | 0.28 | 0.49 |
| Hex | A1 | 5B | 5C | 0 | 2B | 2B | 25 | 167 | 1C | 31 |
| Octal | 241 | 133 | 134 | 0 | 53 | 53 | 45 | 547 | 34 | 61 |
| Binary | 10100001 | 1011011 | 1011100 | 0 | 101011 | 101011 | 100101 | 101100111 | 11100 | 110001 |
Color Harmonies of #A15B5C
Complementary color
Monochromatic Colors of #A15B5C
Black with #A15B5C
Text Example
Text Example
White with #A15B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B5C; }
p { color: rgb(161,91,92); }
H1.HeaderClassName
{
color: #A15B5C;
}
.AnyTagClassName
{
color: #A15B5C;
}
</style>
background-color css
<style>
a { background-color: #A15B5C; }
a { background-color: rgb(161,91,92); }
div.DivClassName
{
background-color: #A15B5C;
}
.BgClassName
{
background-color: #A15B5C;
}
</style>
border-color css
<style>
span { border-color: #A15B5C; }
span { border-color: rgb(161,91,92); }
td.TdClassName
{
border-color: #A15B5C;
}
.TagClassName
{
border-color: #A15B5C;
}
</style>