Shades of Hippie Pink #A4585D
Tints of Hippie Pink #A4585D
RGB
CMYK
RGB Variations
Color information
#A4585D (or 0xA4585D) is known color: Hippie Pink. HEX triplet: A4, 58 and 5D. RGB value is (164,88,93). Sum of RGB (Red+Green+Blue) = 164+88+93=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4585D is #5BA7A2. Grayscale: #6F6F6F. Windows color (decimal): -6006691 or 6117540. OLE color: 6117540.
HSL color Cylindrical-coordinate representation of color #A4585D: hue angle of 356.05º 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 #A4585D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 93 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.36 |
| HSL | 356.05º | 0.3% | 0.49% | - |
| HSV(B) | 356.05º | 0.46% | 0.64% | - |
| XYZ | 20.78 | 15.66 | 12.28 | - |
| YUV | 111.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 93 | 0 | 0.46 | 0.43 | 0.36 | 356.05 | 0.3 | 0.49 |
| Hex | A4 | 58 | 5D | 0 | 2E | 2B | 24 | 164 | 1E | 31 |
| Octal | 244 | 130 | 135 | 0 | 56 | 53 | 44 | 544 | 36 | 61 |
| Binary | 10100100 | 1011000 | 1011101 | 0 | 101110 | 101011 | 100100 | 101100100 | 11110 | 110001 |
Color Harmonies of #A4585D
Complementary color
Monochromatic Colors of #A4585D
Black with #A4585D
Text Example
Text Example
White with #A4585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4585D; }
p { color: rgb(164,88,93); }
H1.HeaderClassName
{
color: #A4585D;
}
.AnyTagClassName
{
color: #A4585D;
}
</style>
background-color css
<style>
a { background-color: #A4585D; }
a { background-color: rgb(164,88,93); }
div.DivClassName
{
background-color: #A4585D;
}
.BgClassName
{
background-color: #A4585D;
}
</style>
border-color css
<style>
span { border-color: #A4585D; }
span { border-color: rgb(164,88,93); }
td.TdClassName
{
border-color: #A4585D;
}
.TagClassName
{
border-color: #A4585D;
}
</style>