Shades of Hippie Pink #A35154
Tints of Hippie Pink #A35154
RGB
CMYK
RGB Variations
Color information
#A35154 (or 0xA35154) is known color: Hippie Pink. HEX triplet: A3, 51 and 54. RGB value is (163,81,84). Sum of RGB (Red+Green+Blue) = 163+81+84=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A35154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35154 is #5CAEAB. Grayscale: #696969. Windows color (decimal): -6074028 or 5525923. OLE color: 5525923.
HSL color Cylindrical-coordinate representation of color #A35154: hue angle of 357.8º 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 #A35154 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 84 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.36 |
| HSL | 357.8º | 0.34% | 0.48% | - |
| HSV(B) | 357.8º | 0.5% | 0.64% | - |
| XYZ | 19.65 | 14.31 | 10.11 | - |
| YUV | 105.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 84 | 0 | 0.50 | 0.48 | 0.36 | 357.8 | 0.34 | 0.48 |
| Hex | A3 | 51 | 54 | 0 | 32 | 30 | 24 | 166 | 22 | 30 |
| Octal | 243 | 121 | 124 | 0 | 62 | 60 | 44 | 546 | 42 | 60 |
| Binary | 10100011 | 1010001 | 1010100 | 0 | 110010 | 110000 | 100100 | 101100110 | 100010 | 110000 |
Color Harmonies of #A35154
Complementary color
Monochromatic Colors of #A35154
Black with #A35154
Text Example
Text Example
White with #A35154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35154; }
p { color: rgb(163,81,84); }
H1.HeaderClassName
{
color: #A35154;
}
.AnyTagClassName
{
color: #A35154;
}
</style>
background-color css
<style>
a { background-color: #A35154; }
a { background-color: rgb(163,81,84); }
div.DivClassName
{
background-color: #A35154;
}
.BgClassName
{
background-color: #A35154;
}
</style>
border-color css
<style>
span { border-color: #A35154; }
span { border-color: rgb(163,81,84); }
td.TdClassName
{
border-color: #A35154;
}
.TagClassName
{
border-color: #A35154;
}
</style>