Shades of Hippie Pink #A65658
Tints of Hippie Pink #A65658
RGB
CMYK
RGB Variations
Color information
#A65658 (or 0xA65658) is known color: Hippie Pink. HEX triplet: A6, 56 and 58. RGB value is (166,86,88). Sum of RGB (Red+Green+Blue) = 166+86+88=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A65658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65658 is #59A9A7. Grayscale: #6E6E6E. Windows color (decimal): -5876136 or 5789350. OLE color: 5789350.
HSL color Cylindrical-coordinate representation of color #A65658: hue angle of 358.5º 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 #A65658 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 88 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.35 |
| HSL | 358.5º | 0.32% | 0.49% | - |
| HSV(B) | 358.5º | 0.48% | 0.65% | - |
| XYZ | 20.82 | 15.47 | 11.12 | - |
| YUV | 110.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 88 | 0 | 0.48 | 0.47 | 0.35 | 358.5 | 0.32 | 0.49 |
| Hex | A6 | 56 | 58 | 0 | 30 | 2F | 23 | 166 | 20 | 31 |
| Octal | 246 | 126 | 130 | 0 | 60 | 57 | 43 | 546 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1011000 | 0 | 110000 | 101111 | 100011 | 101100110 | 100000 | 110001 |
Color Harmonies of #A65658
Complementary color
Monochromatic Colors of #A65658
Black with #A65658
Text Example
Text Example
White with #A65658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65658; }
p { color: rgb(166,86,88); }
H1.HeaderClassName
{
color: #A65658;
}
.AnyTagClassName
{
color: #A65658;
}
</style>
background-color css
<style>
a { background-color: #A65658; }
a { background-color: rgb(166,86,88); }
div.DivClassName
{
background-color: #A65658;
}
.BgClassName
{
background-color: #A65658;
}
</style>
border-color css
<style>
span { border-color: #A65658; }
span { border-color: rgb(166,86,88); }
td.TdClassName
{
border-color: #A65658;
}
.TagClassName
{
border-color: #A65658;
}
</style>