Shades of Hippie Pink #A4585C
Tints of Hippie Pink #A4585C
RGB
CMYK
RGB Variations
Color information
#A4585C (or 0xA4585C) is known color: Hippie Pink. HEX triplet: A4, 58 and 5C. RGB value is (164,88,92). Sum of RGB (Red+Green+Blue) = 164+88+92=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4585C is #5BA7A3. Grayscale: #6F6F6F. Windows color (decimal): -6006692 or 6052004. OLE color: 6052004.
HSL color Cylindrical-coordinate representation of color #A4585C: hue angle of 356.84º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4585C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 92 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.36 |
| HSL | 356.84º | 0.3% | 0.49% | - |
| HSV(B) | 356.84º | 0.46% | 0.64% | - |
| XYZ | 20.73 | 15.64 | 12.05 | - |
| YUV | 111.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 92 | 0 | 0.46 | 0.44 | 0.36 | 356.84 | 0.3 | 0.49 |
| Hex | A4 | 58 | 5C | 0 | 2E | 2C | 24 | 165 | 1E | 31 |
| Octal | 244 | 130 | 134 | 0 | 56 | 54 | 44 | 545 | 36 | 61 |
| Binary | 10100100 | 1011000 | 1011100 | 0 | 101110 | 101100 | 100100 | 101100101 | 11110 | 110001 |
Color Harmonies of #A4585C
Complementary color
Monochromatic Colors of #A4585C
Black with #A4585C
Text Example
Text Example
White with #A4585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4585C; }
p { color: rgb(164,88,92); }
H1.HeaderClassName
{
color: #A4585C;
}
.AnyTagClassName
{
color: #A4585C;
}
</style>
background-color css
<style>
a { background-color: #A4585C; }
a { background-color: rgb(164,88,92); }
div.DivClassName
{
background-color: #A4585C;
}
.BgClassName
{
background-color: #A4585C;
}
</style>
border-color css
<style>
span { border-color: #A4585C; }
span { border-color: rgb(164,88,92); }
td.TdClassName
{
border-color: #A4585C;
}
.TagClassName
{
border-color: #A4585C;
}
</style>