Shades of Hippie Pink #A35156
Tints of Hippie Pink #A35156
RGB
CMYK
RGB Variations
Color information
#A35156 (or 0xA35156) is known color: Hippie Pink. HEX triplet: A3, 51 and 56. RGB value is (163,81,86). Sum of RGB (Red+Green+Blue) = 163+81+86=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A35156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35156 is #5CAEA9. Grayscale: #6A6A6A. Windows color (decimal): -6074026 or 5656995. OLE color: 5656995.
HSL color Cylindrical-coordinate representation of color #A35156: hue angle of 356.34º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35156 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 86 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.36 |
| HSL | 356.34º | 0.34% | 0.48% | - |
| HSV(B) | 356.34º | 0.5% | 0.64% | - |
| XYZ | 19.73 | 14.34 | 10.53 | - |
| YUV | 106.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 86 | 0 | 0.50 | 0.47 | 0.36 | 356.34 | 0.34 | 0.48 |
| Hex | A3 | 51 | 56 | 0 | 32 | 2F | 24 | 164 | 22 | 30 |
| Octal | 243 | 121 | 126 | 0 | 62 | 57 | 44 | 544 | 42 | 60 |
| Binary | 10100011 | 1010001 | 1010110 | 0 | 110010 | 101111 | 100100 | 101100100 | 100010 | 110000 |
Color Harmonies of #A35156
Complementary color
Monochromatic Colors of #A35156
Black with #A35156
Text Example
Text Example
White with #A35156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35156; }
p { color: rgb(163,81,86); }
H1.HeaderClassName
{
color: #A35156;
}
.AnyTagClassName
{
color: #A35156;
}
</style>
background-color css
<style>
a { background-color: #A35156; }
a { background-color: rgb(163,81,86); }
div.DivClassName
{
background-color: #A35156;
}
.BgClassName
{
background-color: #A35156;
}
</style>
border-color css
<style>
span { border-color: #A35156; }
span { border-color: rgb(163,81,86); }
td.TdClassName
{
border-color: #A35156;
}
.TagClassName
{
border-color: #A35156;
}
</style>