Shades of Hippie Pink #A65D60
Tints of Hippie Pink #A65D60
RGB
CMYK
RGB Variations
Color information
#A65D60 (or 0xA65D60) is known color: Hippie Pink. HEX triplet: A6, 5D and 60. RGB value is (166,93,96). Sum of RGB (Red+Green+Blue) = 166+93+96=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D60 is #59A29F. Grayscale: #737373. Windows color (decimal): -5874336 or 6315430. OLE color: 6315430.
HSL color Cylindrical-coordinate representation of color #A65D60: hue angle of 357.53º 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 #A65D60 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 96 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.35 |
| HSL | 357.53º | 0.29% | 0.51% | - |
| HSV(B) | 357.53º | 0.44% | 0.65% | - |
| XYZ | 21.75 | 16.78 | 13.16 | - |
| YUV | 115.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 96 | 0 | 0.44 | 0.42 | 0.35 | 357.53 | 0.29 | 0.51 |
| Hex | A6 | 5D | 60 | 0 | 2C | 2A | 23 | 166 | 1D | 33 |
| Octal | 246 | 135 | 140 | 0 | 54 | 52 | 43 | 546 | 35 | 63 |
| Binary | 10100110 | 1011101 | 1100000 | 0 | 101100 | 101010 | 100011 | 101100110 | 11101 | 110011 |
Color Harmonies of #A65D60
Complementary color
Monochromatic Colors of #A65D60
Black with #A65D60
Text Example
Text Example
White with #A65D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D60; }
p { color: rgb(166,93,96); }
H1.HeaderClassName
{
color: #A65D60;
}
.AnyTagClassName
{
color: #A65D60;
}
</style>
background-color css
<style>
a { background-color: #A65D60; }
a { background-color: rgb(166,93,96); }
div.DivClassName
{
background-color: #A65D60;
}
.BgClassName
{
background-color: #A65D60;
}
</style>
border-color css
<style>
span { border-color: #A65D60; }
span { border-color: rgb(166,93,96); }
td.TdClassName
{
border-color: #A65D60;
}
.TagClassName
{
border-color: #A65D60;
}
</style>