Shades of Hippie Pink #A6565F
Tints of Hippie Pink #A6565F
RGB
CMYK
RGB Variations
Color information
#A6565F (or 0xA6565F) is known color: Hippie Pink. HEX triplet: A6, 56 and 5F. RGB value is (166,86,95). Sum of RGB (Red+Green+Blue) = 166+86+95=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6565F is #59A9A0. Grayscale: #6E6E6E. Windows color (decimal): -5876129 or 6248102. OLE color: 6248102.
HSL color Cylindrical-coordinate representation of color #A6565F: hue angle of 353.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 #A6565F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 95 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.35 |
| HSL | 353.25º | 0.32% | 0.49% | - |
| HSV(B) | 353.25º | 0.48% | 0.65% | - |
| XYZ | 21.12 | 15.59 | 12.72 | - |
| YUV | 110.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 95 | 0 | 0.48 | 0.43 | 0.35 | 353.25 | 0.32 | 0.49 |
| Hex | A6 | 56 | 5F | 0 | 30 | 2B | 23 | 161 | 20 | 31 |
| Octal | 246 | 126 | 137 | 0 | 60 | 53 | 43 | 541 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1011111 | 0 | 110000 | 101011 | 100011 | 101100001 | 100000 | 110001 |
Color Harmonies of #A6565F
Complementary color
Monochromatic Colors of #A6565F
Black with #A6565F
Text Example
Text Example
White with #A6565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6565F; }
p { color: rgb(166,86,95); }
H1.HeaderClassName
{
color: #A6565F;
}
.AnyTagClassName
{
color: #A6565F;
}
</style>
background-color css
<style>
a { background-color: #A6565F; }
a { background-color: rgb(166,86,95); }
div.DivClassName
{
background-color: #A6565F;
}
.BgClassName
{
background-color: #A6565F;
}
</style>
border-color css
<style>
span { border-color: #A6565F; }
span { border-color: rgb(166,86,95); }
td.TdClassName
{
border-color: #A6565F;
}
.TagClassName
{
border-color: #A6565F;
}
</style>