Shades of Hippie Pink #A65362
Tints of Hippie Pink #A65362
RGB
CMYK
RGB Variations
Color information
#A65362 (or 0xA65362) is known color: Hippie Pink. HEX triplet: A6, 53 and 62. RGB value is (166,83,98). Sum of RGB (Red+Green+Blue) = 166+83+98=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A65362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65362 is #59AC9D. Grayscale: #6D6D6D. Windows color (decimal): -5876894 or 6443942. OLE color: 6443942.
HSL color Cylindrical-coordinate representation of color #A65362: hue angle of 349.16º 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 #A65362 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 98 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.35 |
| HSL | 349.16º | 0.33% | 0.49% | - |
| HSV(B) | 349.16º | 0.5% | 0.65% | - |
| XYZ | 21.02 | 15.18 | 13.38 | - |
| YUV | 109.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 98 | 0 | 0.50 | 0.41 | 0.35 | 349.16 | 0.33 | 0.49 |
| Hex | A6 | 53 | 62 | 0 | 32 | 29 | 23 | 15D | 21 | 31 |
| Octal | 246 | 123 | 142 | 0 | 62 | 51 | 43 | 535 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1100010 | 0 | 110010 | 101001 | 100011 | 101011101 | 100001 | 110001 |
Color Harmonies of #A65362
Complementary color
Monochromatic Colors of #A65362
Black with #A65362
Text Example
Text Example
White with #A65362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65362; }
p { color: rgb(166,83,98); }
H1.HeaderClassName
{
color: #A65362;
}
.AnyTagClassName
{
color: #A65362;
}
</style>
background-color css
<style>
a { background-color: #A65362; }
a { background-color: rgb(166,83,98); }
div.DivClassName
{
background-color: #A65362;
}
.BgClassName
{
background-color: #A65362;
}
</style>
border-color css
<style>
span { border-color: #A65362; }
span { border-color: rgb(166,83,98); }
td.TdClassName
{
border-color: #A65362;
}
.TagClassName
{
border-color: #A65362;
}
</style>