Shades of Hippie Pink #A94357
Tints of Hippie Pink #A94357
RGB
CMYK
RGB Variations
Color information
#A94357 (or 0xA94357) is known color: Hippie Pink. HEX triplet: A9, 43 and 57. RGB value is (169,67,87). Sum of RGB (Red+Green+Blue) = 169+67+87=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A94357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94357 is #56BCA8. Grayscale: #636363. Windows color (decimal): -5684393 or 5718953. OLE color: 5718953.
HSL color Cylindrical-coordinate representation of color #A94357: hue angle of 348.24º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94357 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 87 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.34 |
| HSL | 348.24º | 0.43% | 0.46% | - |
| HSV(B) | 348.24º | 0.6% | 0.66% | - |
| XYZ | 20.09 | 13.14 | 10.49 | - |
| YUV | 99.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 87 | 0 | 0.60 | 0.49 | 0.34 | 348.24 | 0.43 | 0.46 |
| Hex | A9 | 43 | 57 | 0 | 3C | 31 | 22 | 15C | 2B | 2E |
| Octal | 251 | 103 | 127 | 0 | 74 | 61 | 42 | 534 | 53 | 56 |
| Binary | 10101001 | 1000011 | 1010111 | 0 | 111100 | 110001 | 100010 | 101011100 | 101011 | 101110 |
Color Harmonies of #A94357
Complementary color
Monochromatic Colors of #A94357
Black with #A94357
Text Example
Text Example
White with #A94357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94357; }
p { color: rgb(169,67,87); }
H1.HeaderClassName
{
color: #A94357;
}
.AnyTagClassName
{
color: #A94357;
}
</style>
background-color css
<style>
a { background-color: #A94357; }
a { background-color: rgb(169,67,87); }
div.DivClassName
{
background-color: #A94357;
}
.BgClassName
{
background-color: #A94357;
}
</style>
border-color css
<style>
span { border-color: #A94357; }
span { border-color: rgb(169,67,87); }
td.TdClassName
{
border-color: #A94357;
}
.TagClassName
{
border-color: #A94357;
}
</style>