Shades of Hippie Pink #A6595B
Tints of Hippie Pink #A6595B
RGB
CMYK
RGB Variations
Color information
#A6595B (or 0xA6595B) is known color: Hippie Pink. HEX triplet: A6, 59 and 5B. RGB value is (166,89,91). Sum of RGB (Red+Green+Blue) = 166+89+91=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6595B is #59A6A4. Grayscale: #707070. Windows color (decimal): -5875365 or 5986726. OLE color: 5986726.
HSL color Cylindrical-coordinate representation of color #A6595B: hue angle of 358.44º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6595B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 91 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.35 |
| HSL | 358.44º | 0.3% | 0.5% | - |
| HSV(B) | 358.44º | 0.46% | 0.65% | - |
| XYZ | 21.19 | 16.01 | 11.87 | - |
| YUV | 112.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 91 | 0 | 0.46 | 0.45 | 0.35 | 358.44 | 0.3 | 0.5 |
| Hex | A6 | 59 | 5B | 0 | 2E | 2D | 23 | 166 | 1E | 32 |
| Octal | 246 | 131 | 133 | 0 | 56 | 55 | 43 | 546 | 36 | 62 |
| Binary | 10100110 | 1011001 | 1011011 | 0 | 101110 | 101101 | 100011 | 101100110 | 11110 | 110010 |
Color Harmonies of #A6595B
Complementary color
Monochromatic Colors of #A6595B
Black with #A6595B
Text Example
Text Example
White with #A6595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6595B; }
p { color: rgb(166,89,91); }
H1.HeaderClassName
{
color: #A6595B;
}
.AnyTagClassName
{
color: #A6595B;
}
</style>
background-color css
<style>
a { background-color: #A6595B; }
a { background-color: rgb(166,89,91); }
div.DivClassName
{
background-color: #A6595B;
}
.BgClassName
{
background-color: #A6595B;
}
</style>
border-color css
<style>
span { border-color: #A6595B; }
span { border-color: rgb(166,89,91); }
td.TdClassName
{
border-color: #A6595B;
}
.TagClassName
{
border-color: #A6595B;
}
</style>