Shades of Hippie Pink #A95364
Tints of Hippie Pink #A95364
RGB
CMYK
RGB Variations
Color information
#A95364 (or 0xA95364) is known color: Hippie Pink. HEX triplet: A9, 53 and 64. RGB value is (169,83,100). Sum of RGB (Red+Green+Blue) = 169+83+100=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A95364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95364 is #56AC9B. Grayscale: #6E6E6E. Windows color (decimal): -5680284 or 6575017. OLE color: 6575017.
HSL color Cylindrical-coordinate representation of color #A95364: hue angle of 348.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95364 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 100 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.34 |
| HSL | 348.14º | 0.34% | 0.49% | - |
| HSV(B) | 348.14º | 0.51% | 0.66% | - |
| XYZ | 21.76 | 15.54 | 13.91 | - |
| YUV | 110.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 100 | 0 | 0.51 | 0.41 | 0.34 | 348.14 | 0.34 | 0.49 |
| Hex | A9 | 53 | 64 | 0 | 33 | 29 | 22 | 15C | 22 | 31 |
| Octal | 251 | 123 | 144 | 0 | 63 | 51 | 42 | 534 | 42 | 61 |
| Binary | 10101001 | 1010011 | 1100100 | 0 | 110011 | 101001 | 100010 | 101011100 | 100010 | 110001 |
Color Harmonies of #A95364
Complementary color
Monochromatic Colors of #A95364
Black with #A95364
Text Example
Text Example
White with #A95364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95364; }
p { color: rgb(169,83,100); }
H1.HeaderClassName
{
color: #A95364;
}
.AnyTagClassName
{
color: #A95364;
}
</style>
background-color css
<style>
a { background-color: #A95364; }
a { background-color: rgb(169,83,100); }
div.DivClassName
{
background-color: #A95364;
}
.BgClassName
{
background-color: #A95364;
}
</style>
border-color css
<style>
span { border-color: #A95364; }
span { border-color: rgb(169,83,100); }
td.TdClassName
{
border-color: #A95364;
}
.TagClassName
{
border-color: #A95364;
}
</style>