Shades of Hippie Pink #A94A5E
Tints of Hippie Pink #A94A5E
RGB
CMYK
RGB Variations
Color information
#A94A5E (or 0xA94A5E) is known color: Hippie Pink. HEX triplet: A9, 4A and 5E. RGB value is (169,74,94). Sum of RGB (Red+Green+Blue) = 169+74+94=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A5E is #56B5A1. Grayscale: #686868. Windows color (decimal): -5682594 or 6179497. OLE color: 6179497.
HSL color Cylindrical-coordinate representation of color #A94A5E: hue angle of 347.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A5E is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 94 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.34 |
| HSL | 347.37º | 0.39% | 0.48% | - |
| HSV(B) | 347.37º | 0.56% | 0.66% | - |
| XYZ | 20.83 | 14.14 | 12.22 | - |
| YUV | 104.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 94 | 0 | 0.56 | 0.44 | 0.34 | 347.37 | 0.39 | 0.48 |
| Hex | A9 | 4A | 5E | 0 | 38 | 2C | 22 | 15B | 27 | 30 |
| Octal | 251 | 112 | 136 | 0 | 70 | 54 | 42 | 533 | 47 | 60 |
| Binary | 10101001 | 1001010 | 1011110 | 0 | 111000 | 101100 | 100010 | 101011011 | 100111 | 110000 |
Color Harmonies of #A94A5E
Complementary color
Monochromatic Colors of #A94A5E
Black with #A94A5E
Text Example
Text Example
White with #A94A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A5E; }
p { color: rgb(169,74,94); }
H1.HeaderClassName
{
color: #A94A5E;
}
.AnyTagClassName
{
color: #A94A5E;
}
</style>
background-color css
<style>
a { background-color: #A94A5E; }
a { background-color: rgb(169,74,94); }
div.DivClassName
{
background-color: #A94A5E;
}
.BgClassName
{
background-color: #A94A5E;
}
</style>
border-color css
<style>
span { border-color: #A94A5E; }
span { border-color: rgb(169,74,94); }
td.TdClassName
{
border-color: #A94A5E;
}
.TagClassName
{
border-color: #A94A5E;
}
</style>