Shades of Hippie Pink #A84A5E
Tints of Hippie Pink #A84A5E
RGB
CMYK
RGB Variations
Color information
#A84A5E (or 0xA84A5E) is known color: Hippie Pink. HEX triplet: A8, 4A and 5E. RGB value is (168,74,94). Sum of RGB (Red+Green+Blue) = 168+74+94=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A5E is #57B5A1. Grayscale: #686868. Windows color (decimal): -5748130 or 6179496. OLE color: 6179496.
HSL color Cylindrical-coordinate representation of color #A84A5E: hue angle of 347.23º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A5E is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 94 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.34 |
| HSL | 347.23º | 0.39% | 0.47% | - |
| HSV(B) | 347.23º | 0.56% | 0.66% | - |
| XYZ | 20.62 | 14.03 | 12.21 | - |
| YUV | 104.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 94 | 0 | 0.56 | 0.44 | 0.34 | 347.23 | 0.39 | 0.47 |
| Hex | A8 | 4A | 5E | 0 | 38 | 2C | 22 | 15B | 27 | 2F |
| Octal | 250 | 112 | 136 | 0 | 70 | 54 | 42 | 533 | 47 | 57 |
| Binary | 10101000 | 1001010 | 1011110 | 0 | 111000 | 101100 | 100010 | 101011011 | 100111 | 101111 |
Color Harmonies of #A84A5E
Complementary color
Monochromatic Colors of #A84A5E
Black with #A84A5E
Text Example
Text Example
White with #A84A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A5E; }
p { color: rgb(168,74,94); }
H1.HeaderClassName
{
color: #A84A5E;
}
.AnyTagClassName
{
color: #A84A5E;
}
</style>
background-color css
<style>
a { background-color: #A84A5E; }
a { background-color: rgb(168,74,94); }
div.DivClassName
{
background-color: #A84A5E;
}
.BgClassName
{
background-color: #A84A5E;
}
</style>
border-color css
<style>
span { border-color: #A84A5E; }
span { border-color: rgb(168,74,94); }
td.TdClassName
{
border-color: #A84A5E;
}
.TagClassName
{
border-color: #A84A5E;
}
</style>