Shades of Hippie Pink #A3585B
Tints of Hippie Pink #A3585B
RGB
CMYK
RGB Variations
Color information
#A3585B (or 0xA3585B) is known color: Hippie Pink. HEX triplet: A3, 58 and 5B. RGB value is (163,88,91). Sum of RGB (Red+Green+Blue) = 163+88+91=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3585B is #5CA7A4. Grayscale: #6E6E6E. Windows color (decimal): -6072229 or 5986467. OLE color: 5986467.
HSL color Cylindrical-coordinate representation of color #A3585B: hue angle of 357.6º 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 #A3585B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 91 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.36 |
| HSL | 357.6º | 0.3% | 0.49% | - |
| HSV(B) | 357.6º | 0.46% | 0.64% | - |
| XYZ | 20.48 | 15.52 | 11.81 | - |
| YUV | 110.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 91 | 0 | 0.46 | 0.44 | 0.36 | 357.6 | 0.3 | 0.49 |
| Hex | A3 | 58 | 5B | 0 | 2E | 2C | 24 | 166 | 1E | 31 |
| Octal | 243 | 130 | 133 | 0 | 56 | 54 | 44 | 546 | 36 | 61 |
| Binary | 10100011 | 1011000 | 1011011 | 0 | 101110 | 101100 | 100100 | 101100110 | 11110 | 110001 |
Color Harmonies of #A3585B
Complementary color
Monochromatic Colors of #A3585B
Black with #A3585B
Text Example
Text Example
White with #A3585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3585B; }
p { color: rgb(163,88,91); }
H1.HeaderClassName
{
color: #A3585B;
}
.AnyTagClassName
{
color: #A3585B;
}
</style>
background-color css
<style>
a { background-color: #A3585B; }
a { background-color: rgb(163,88,91); }
div.DivClassName
{
background-color: #A3585B;
}
.BgClassName
{
background-color: #A3585B;
}
</style>
border-color css
<style>
span { border-color: #A3585B; }
span { border-color: rgb(163,88,91); }
td.TdClassName
{
border-color: #A3585B;
}
.TagClassName
{
border-color: #A3585B;
}
</style>