Shades of Hippie Pink #A4555D
Tints of Hippie Pink #A4555D
RGB
CMYK
RGB Variations
Color information
#A4555D (or 0xA4555D) is known color: Hippie Pink. HEX triplet: A4, 55 and 5D. RGB value is (164,85,93). Sum of RGB (Red+Green+Blue) = 164+85+93=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4555D is #5BAAA2. Grayscale: #6D6D6D. Windows color (decimal): -6007459 or 6116772. OLE color: 6116772.
HSL color Cylindrical-coordinate representation of color #A4555D: hue angle of 353.92º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4555D is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 93 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.36 |
| HSL | 353.92º | 0.32% | 0.49% | - |
| HSV(B) | 353.92º | 0.48% | 0.64% | - |
| XYZ | 20.53 | 15.18 | 12.2 | - |
| YUV | 109.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 93 | 0 | 0.48 | 0.43 | 0.36 | 353.92 | 0.32 | 0.49 |
| Hex | A4 | 55 | 5D | 0 | 30 | 2B | 24 | 162 | 20 | 31 |
| Octal | 244 | 125 | 135 | 0 | 60 | 53 | 44 | 542 | 40 | 61 |
| Binary | 10100100 | 1010101 | 1011101 | 0 | 110000 | 101011 | 100100 | 101100010 | 100000 | 110001 |
Color Harmonies of #A4555D
Complementary color
Monochromatic Colors of #A4555D
Black with #A4555D
Text Example
Text Example
White with #A4555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4555D; }
p { color: rgb(164,85,93); }
H1.HeaderClassName
{
color: #A4555D;
}
.AnyTagClassName
{
color: #A4555D;
}
</style>
background-color css
<style>
a { background-color: #A4555D; }
a { background-color: rgb(164,85,93); }
div.DivClassName
{
background-color: #A4555D;
}
.BgClassName
{
background-color: #A4555D;
}
</style>
border-color css
<style>
span { border-color: #A4555D; }
span { border-color: rgb(164,85,93); }
td.TdClassName
{
border-color: #A4555D;
}
.TagClassName
{
border-color: #A4555D;
}
</style>