Shades of Hippie Pink #A84A4B
Tints of Hippie Pink #A84A4B
RGB
CMYK
RGB Variations
Color information
#A84A4B (or 0xA84A4B) is known color: Hippie Pink. HEX triplet: A8, 4A and 4B. RGB value is (168,74,75). Sum of RGB (Red+Green+Blue) = 168+74+75=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A4B is #57B5B4. Grayscale: #666666. Windows color (decimal): -5748149 or 4934312. OLE color: 4934312.
HSL color Cylindrical-coordinate representation of color #A84A4B: hue angle of 359.36º 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 #A84A4B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 75 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.34 |
| HSL | 359.36º | 0.39% | 0.47% | - |
| HSV(B) | 359.36º | 0.56% | 0.66% | - |
| XYZ | 19.87 | 13.73 | 8.26 | - |
| YUV | 102.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 75 | 0 | 0.56 | 0.55 | 0.34 | 359.36 | 0.39 | 0.47 |
| Hex | A8 | 4A | 4B | 0 | 38 | 37 | 22 | 167 | 27 | 2F |
| Octal | 250 | 112 | 113 | 0 | 70 | 67 | 42 | 547 | 47 | 57 |
| Binary | 10101000 | 1001010 | 1001011 | 0 | 111000 | 110111 | 100010 | 101100111 | 100111 | 101111 |
Color Harmonies of #A84A4B
Complementary color
Monochromatic Colors of #A84A4B
Black with #A84A4B
Text Example
Text Example
White with #A84A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A4B; }
p { color: rgb(168,74,75); }
H1.HeaderClassName
{
color: #A84A4B;
}
.AnyTagClassName
{
color: #A84A4B;
}
</style>
background-color css
<style>
a { background-color: #A84A4B; }
a { background-color: rgb(168,74,75); }
div.DivClassName
{
background-color: #A84A4B;
}
.BgClassName
{
background-color: #A84A4B;
}
</style>
border-color css
<style>
span { border-color: #A84A4B; }
span { border-color: rgb(168,74,75); }
td.TdClassName
{
border-color: #A84A4B;
}
.TagClassName
{
border-color: #A84A4B;
}
</style>