Shades of Hippie Pink #A65262
Tints of Hippie Pink #A65262
RGB
CMYK
RGB Variations
Color information
#A65262 (or 0xA65262) is known color: Hippie Pink. HEX triplet: A6, 52 and 62. RGB value is (166,82,98). Sum of RGB (Red+Green+Blue) = 166+82+98=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A65262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65262 is #59AD9D. Grayscale: #6C6C6C. Windows color (decimal): -5877150 or 6443686. OLE color: 6443686.
HSL color Cylindrical-coordinate representation of color #A65262: hue angle of 348.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65262 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 98 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.35 |
| HSL | 348.57º | 0.34% | 0.49% | - |
| HSV(B) | 348.57º | 0.51% | 0.65% | - |
| XYZ | 20.95 | 15.02 | 13.35 | - |
| YUV | 108.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 98 | 0 | 0.51 | 0.41 | 0.35 | 348.57 | 0.34 | 0.49 |
| Hex | A6 | 52 | 62 | 0 | 33 | 29 | 23 | 15D | 22 | 31 |
| Octal | 246 | 122 | 142 | 0 | 63 | 51 | 43 | 535 | 42 | 61 |
| Binary | 10100110 | 1010010 | 1100010 | 0 | 110011 | 101001 | 100011 | 101011101 | 100010 | 110001 |
Color Harmonies of #A65262
Complementary color
Monochromatic Colors of #A65262
Black with #A65262
Text Example
Text Example
White with #A65262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65262; }
p { color: rgb(166,82,98); }
H1.HeaderClassName
{
color: #A65262;
}
.AnyTagClassName
{
color: #A65262;
}
</style>
background-color css
<style>
a { background-color: #A65262; }
a { background-color: rgb(166,82,98); }
div.DivClassName
{
background-color: #A65262;
}
.BgClassName
{
background-color: #A65262;
}
</style>
border-color css
<style>
span { border-color: #A65262; }
span { border-color: rgb(166,82,98); }
td.TdClassName
{
border-color: #A65262;
}
.TagClassName
{
border-color: #A65262;
}
</style>