Shades of Hippie Pink #A65761
Tints of Hippie Pink #A65761
RGB
CMYK
RGB Variations
Color information
#A65761 (or 0xA65761) is known color: Hippie Pink. HEX triplet: A6, 57 and 61. RGB value is (166,87,97). Sum of RGB (Red+Green+Blue) = 166+87+97=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65761 is #59A89E. Grayscale: #6F6F6F. Windows color (decimal): -5875871 or 6379430. OLE color: 6379430.
HSL color Cylindrical-coordinate representation of color #A65761: hue angle of 352.41º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65761 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 97 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.35 |
| HSL | 352.41º | 0.31% | 0.5% | - |
| HSV(B) | 352.41º | 0.48% | 0.65% | - |
| XYZ | 21.29 | 15.79 | 13.23 | - |
| YUV | 111.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 97 | 0 | 0.48 | 0.42 | 0.35 | 352.41 | 0.31 | 0.5 |
| Hex | A6 | 57 | 61 | 0 | 30 | 2A | 23 | 160 | 1F | 32 |
| Octal | 246 | 127 | 141 | 0 | 60 | 52 | 43 | 540 | 37 | 62 |
| Binary | 10100110 | 1010111 | 1100001 | 0 | 110000 | 101010 | 100011 | 101100000 | 11111 | 110010 |
Color Harmonies of #A65761
Complementary color
Monochromatic Colors of #A65761
Black with #A65761
Text Example
Text Example
White with #A65761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65761; }
p { color: rgb(166,87,97); }
H1.HeaderClassName
{
color: #A65761;
}
.AnyTagClassName
{
color: #A65761;
}
</style>
background-color css
<style>
a { background-color: #A65761; }
a { background-color: rgb(166,87,97); }
div.DivClassName
{
background-color: #A65761;
}
.BgClassName
{
background-color: #A65761;
}
</style>
border-color css
<style>
span { border-color: #A65761; }
span { border-color: rgb(166,87,97); }
td.TdClassName
{
border-color: #A65761;
}
.TagClassName
{
border-color: #A65761;
}
</style>