Shades of Hippie Pink #A65661
Tints of Hippie Pink #A65661
RGB
CMYK
RGB Variations
Color information
#A65661 (or 0xA65661) is known color: Hippie Pink. HEX triplet: A6, 56 and 61. RGB value is (166,86,97). Sum of RGB (Red+Green+Blue) = 166+86+97=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A65661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65661 is #59A99E. Grayscale: #6F6F6F. Windows color (decimal): -5876127 or 6379174. OLE color: 6379174.
HSL color Cylindrical-coordinate representation of color #A65661: hue angle of 351.75º 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 #A65661 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 97 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.35 |
| HSL | 351.75º | 0.32% | 0.49% | - |
| HSV(B) | 351.75º | 0.48% | 0.65% | - |
| XYZ | 21.21 | 15.63 | 13.21 | - |
| YUV | 111.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 97 | 0 | 0.48 | 0.42 | 0.35 | 351.75 | 0.32 | 0.49 |
| Hex | A6 | 56 | 61 | 0 | 30 | 2A | 23 | 160 | 20 | 31 |
| Octal | 246 | 126 | 141 | 0 | 60 | 52 | 43 | 540 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1100001 | 0 | 110000 | 101010 | 100011 | 101100000 | 100000 | 110001 |
Color Harmonies of #A65661
Complementary color
Monochromatic Colors of #A65661
Black with #A65661
Text Example
Text Example
White with #A65661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65661; }
p { color: rgb(166,86,97); }
H1.HeaderClassName
{
color: #A65661;
}
.AnyTagClassName
{
color: #A65661;
}
</style>
background-color css
<style>
a { background-color: #A65661; }
a { background-color: rgb(166,86,97); }
div.DivClassName
{
background-color: #A65661;
}
.BgClassName
{
background-color: #A65661;
}
</style>
border-color css
<style>
span { border-color: #A65661; }
span { border-color: rgb(166,86,97); }
td.TdClassName
{
border-color: #A65661;
}
.TagClassName
{
border-color: #A65661;
}
</style>