Shades of Hippie Pink #A65D5E
Tints of Hippie Pink #A65D5E
RGB
CMYK
RGB Variations
Color information
#A65D5E (or 0xA65D5E) is known color: Hippie Pink. HEX triplet: A6, 5D and 5E. RGB value is (166,93,94). Sum of RGB (Red+Green+Blue) = 166+93+94=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D5E is #59A2A1. Grayscale: #737373. Windows color (decimal): -5874338 or 6184358. OLE color: 6184358.
HSL color Cylindrical-coordinate representation of color #A65D5E: hue angle of 359.18º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D5E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 94 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.35 |
| HSL | 359.18º | 0.29% | 0.51% | - |
| HSV(B) | 359.18º | 0.44% | 0.65% | - |
| XYZ | 21.66 | 16.74 | 12.68 | - |
| YUV | 114.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 94 | 0 | 0.44 | 0.43 | 0.35 | 359.18 | 0.29 | 0.51 |
| Hex | A6 | 5D | 5E | 0 | 2C | 2B | 23 | 167 | 1D | 33 |
| Octal | 246 | 135 | 136 | 0 | 54 | 53 | 43 | 547 | 35 | 63 |
| Binary | 10100110 | 1011101 | 1011110 | 0 | 101100 | 101011 | 100011 | 101100111 | 11101 | 110011 |
Color Harmonies of #A65D5E
Complementary color
Monochromatic Colors of #A65D5E
Black with #A65D5E
Text Example
Text Example
White with #A65D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D5E; }
p { color: rgb(166,93,94); }
H1.HeaderClassName
{
color: #A65D5E;
}
.AnyTagClassName
{
color: #A65D5E;
}
</style>
background-color css
<style>
a { background-color: #A65D5E; }
a { background-color: rgb(166,93,94); }
div.DivClassName
{
background-color: #A65D5E;
}
.BgClassName
{
background-color: #A65D5E;
}
</style>
border-color css
<style>
span { border-color: #A65D5E; }
span { border-color: rgb(166,93,94); }
td.TdClassName
{
border-color: #A65D5E;
}
.TagClassName
{
border-color: #A65D5E;
}
</style>