Shades of Hippie Pink #A65356
Tints of Hippie Pink #A65356
RGB
CMYK
RGB Variations
Color information
#A65356 (or 0xA65356) is known color: Hippie Pink. HEX triplet: A6, 53 and 56. RGB value is (166,83,86). Sum of RGB (Red+Green+Blue) = 166+83+86=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A65356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65356 is #59ACA9. Grayscale: #6C6C6C. Windows color (decimal): -5876906 or 5657510. OLE color: 5657510.
HSL color Cylindrical-coordinate representation of color #A65356: hue angle of 357.83º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65356 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 86 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.35 |
| HSL | 357.83º | 0.33% | 0.49% | - |
| HSV(B) | 357.83º | 0.5% | 0.65% | - |
| XYZ | 20.5 | 14.97 | 10.61 | - |
| YUV | 108.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 86 | 0 | 0.50 | 0.48 | 0.35 | 357.83 | 0.33 | 0.49 |
| Hex | A6 | 53 | 56 | 0 | 32 | 30 | 23 | 166 | 21 | 31 |
| Octal | 246 | 123 | 126 | 0 | 62 | 60 | 43 | 546 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1010110 | 0 | 110010 | 110000 | 100011 | 101100110 | 100001 | 110001 |
Color Harmonies of #A65356
Complementary color
Monochromatic Colors of #A65356
Black with #A65356
Text Example
Text Example
White with #A65356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65356; }
p { color: rgb(166,83,86); }
H1.HeaderClassName
{
color: #A65356;
}
.AnyTagClassName
{
color: #A65356;
}
</style>
background-color css
<style>
a { background-color: #A65356; }
a { background-color: rgb(166,83,86); }
div.DivClassName
{
background-color: #A65356;
}
.BgClassName
{
background-color: #A65356;
}
</style>
border-color css
<style>
span { border-color: #A65356; }
span { border-color: rgb(166,83,86); }
td.TdClassName
{
border-color: #A65356;
}
.TagClassName
{
border-color: #A65356;
}
</style>