Shades of Hippie Pink #A65C60
Tints of Hippie Pink #A65C60
RGB
CMYK
RGB Variations
Color information
#A65C60 (or 0xA65C60) is known color: Hippie Pink. HEX triplet: A6, 5C and 60. RGB value is (166,92,96). Sum of RGB (Red+Green+Blue) = 166+92+96=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C60 is #59A39F. Grayscale: #727272. Windows color (decimal): -5874592 or 6315174. OLE color: 6315174.
HSL color Cylindrical-coordinate representation of color #A65C60: hue angle of 356.76º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C60 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 96 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.35 |
| HSL | 356.76º | 0.29% | 0.51% | - |
| HSV(B) | 356.76º | 0.45% | 0.65% | - |
| XYZ | 21.66 | 16.61 | 13.13 | - |
| YUV | 114.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 96 | 0 | 0.45 | 0.42 | 0.35 | 356.76 | 0.29 | 0.51 |
| Hex | A6 | 5C | 60 | 0 | 2D | 2A | 23 | 165 | 1D | 33 |
| Octal | 246 | 134 | 140 | 0 | 55 | 52 | 43 | 545 | 35 | 63 |
| Binary | 10100110 | 1011100 | 1100000 | 0 | 101101 | 101010 | 100011 | 101100101 | 11101 | 110011 |
Color Harmonies of #A65C60
Complementary color
Monochromatic Colors of #A65C60
Black with #A65C60
Text Example
Text Example
White with #A65C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C60; }
p { color: rgb(166,92,96); }
H1.HeaderClassName
{
color: #A65C60;
}
.AnyTagClassName
{
color: #A65C60;
}
</style>
background-color css
<style>
a { background-color: #A65C60; }
a { background-color: rgb(166,92,96); }
div.DivClassName
{
background-color: #A65C60;
}
.BgClassName
{
background-color: #A65C60;
}
</style>
border-color css
<style>
span { border-color: #A65C60; }
span { border-color: rgb(166,92,96); }
td.TdClassName
{
border-color: #A65C60;
}
.TagClassName
{
border-color: #A65C60;
}
</style>