Shades of Hippie Pink #A6565B
Tints of Hippie Pink #A6565B
RGB
CMYK
RGB Variations
Color information
#A6565B (or 0xA6565B) is known color: Hippie Pink. HEX triplet: A6, 56 and 5B. RGB value is (166,86,91). Sum of RGB (Red+Green+Blue) = 166+86+91=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6565B is #59A9A4. Grayscale: #6E6E6E. Windows color (decimal): -5876133 or 5985958. OLE color: 5985958.
HSL color Cylindrical-coordinate representation of color #A6565B: hue angle of 356.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6565B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 91 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.35 |
| HSL | 356.25º | 0.32% | 0.49% | - |
| HSV(B) | 356.25º | 0.48% | 0.65% | - |
| XYZ | 20.94 | 15.52 | 11.79 | - |
| YUV | 110.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 91 | 0 | 0.48 | 0.45 | 0.35 | 356.25 | 0.32 | 0.49 |
| Hex | A6 | 56 | 5B | 0 | 30 | 2D | 23 | 164 | 20 | 31 |
| Octal | 246 | 126 | 133 | 0 | 60 | 55 | 43 | 544 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1011011 | 0 | 110000 | 101101 | 100011 | 101100100 | 100000 | 110001 |
Color Harmonies of #A6565B
Complementary color
Monochromatic Colors of #A6565B
Black with #A6565B
Text Example
Text Example
White with #A6565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6565B; }
p { color: rgb(166,86,91); }
H1.HeaderClassName
{
color: #A6565B;
}
.AnyTagClassName
{
color: #A6565B;
}
</style>
background-color css
<style>
a { background-color: #A6565B; }
a { background-color: rgb(166,86,91); }
div.DivClassName
{
background-color: #A6565B;
}
.BgClassName
{
background-color: #A6565B;
}
</style>
border-color css
<style>
span { border-color: #A6565B; }
span { border-color: rgb(166,86,91); }
td.TdClassName
{
border-color: #A6565B;
}
.TagClassName
{
border-color: #A6565B;
}
</style>