Shades of Hippie Pink #A2595B
Tints of Hippie Pink #A2595B
RGB
CMYK
RGB Variations
Color information
#A2595B (or 0xA2595B) is known color: Hippie Pink. HEX triplet: A2, 59 and 5B. RGB value is (162,89,91). Sum of RGB (Red+Green+Blue) = 162+89+91=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2595B is #5DA6A4. Grayscale: #6F6F6F. Windows color (decimal): -6137509 or 5986722. OLE color: 5986722.
HSL color Cylindrical-coordinate representation of color #A2595B: hue angle of 358.36º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2595B is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 91 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.36 |
| HSL | 358.36º | 0.29% | 0.49% | - |
| HSV(B) | 358.36º | 0.45% | 0.64% | - |
| XYZ | 20.36 | 15.58 | 11.83 | - |
| YUV | 111.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 91 | 0 | 0.45 | 0.44 | 0.36 | 358.36 | 0.29 | 0.49 |
| Hex | A2 | 59 | 5B | 0 | 2D | 2C | 24 | 166 | 1D | 31 |
| Octal | 242 | 131 | 133 | 0 | 55 | 54 | 44 | 546 | 35 | 61 |
| Binary | 10100010 | 1011001 | 1011011 | 0 | 101101 | 101100 | 100100 | 101100110 | 11101 | 110001 |
Color Harmonies of #A2595B
Complementary color
Monochromatic Colors of #A2595B
Black with #A2595B
Text Example
Text Example
White with #A2595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2595B; }
p { color: rgb(162,89,91); }
H1.HeaderClassName
{
color: #A2595B;
}
.AnyTagClassName
{
color: #A2595B;
}
</style>
background-color css
<style>
a { background-color: #A2595B; }
a { background-color: rgb(162,89,91); }
div.DivClassName
{
background-color: #A2595B;
}
.BgClassName
{
background-color: #A2595B;
}
</style>
border-color css
<style>
span { border-color: #A2595B; }
span { border-color: rgb(162,89,91); }
td.TdClassName
{
border-color: #A2595B;
}
.TagClassName
{
border-color: #A2595B;
}
</style>