Shades of Hippie Pink #A94A56
Tints of Hippie Pink #A94A56
RGB
CMYK
RGB Variations
Color information
#A94A56 (or 0xA94A56) is known color: Hippie Pink. HEX triplet: A9, 4A and 56. RGB value is (169,74,86). Sum of RGB (Red+Green+Blue) = 169+74+86=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A56 is #56B5A9. Grayscale: #676767. Windows color (decimal): -5682602 or 5655209. OLE color: 5655209.
HSL color Cylindrical-coordinate representation of color #A94A56: hue angle of 352.42º 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 #A94A56 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 86 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.34 |
| HSL | 352.42º | 0.39% | 0.48% | - |
| HSV(B) | 352.42º | 0.56% | 0.66% | - |
| XYZ | 20.49 | 14 | 10.43 | - |
| YUV | 103.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 86 | 0 | 0.56 | 0.49 | 0.34 | 352.42 | 0.39 | 0.48 |
| Hex | A9 | 4A | 56 | 0 | 38 | 31 | 22 | 160 | 27 | 30 |
| Octal | 251 | 112 | 126 | 0 | 70 | 61 | 42 | 540 | 47 | 60 |
| Binary | 10101001 | 1001010 | 1010110 | 0 | 111000 | 110001 | 100010 | 101100000 | 100111 | 110000 |
Color Harmonies of #A94A56
Complementary color
Monochromatic Colors of #A94A56
Black with #A94A56
Text Example
Text Example
White with #A94A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A56; }
p { color: rgb(169,74,86); }
H1.HeaderClassName
{
color: #A94A56;
}
.AnyTagClassName
{
color: #A94A56;
}
</style>
background-color css
<style>
a { background-color: #A94A56; }
a { background-color: rgb(169,74,86); }
div.DivClassName
{
background-color: #A94A56;
}
.BgClassName
{
background-color: #A94A56;
}
</style>
border-color css
<style>
span { border-color: #A94A56; }
span { border-color: rgb(169,74,86); }
td.TdClassName
{
border-color: #A94A56;
}
.TagClassName
{
border-color: #A94A56;
}
</style>