Shades of Hippie Pink #A65363
Tints of Hippie Pink #A65363
RGB
CMYK
RGB Variations
Color information
#A65363 (or 0xA65363) is known color: Hippie Pink. HEX triplet: A6, 53 and 63. RGB value is (166,83,99). Sum of RGB (Red+Green+Blue) = 166+83+99=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A65363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65363 is #59AC9C. Grayscale: #6D6D6D. Windows color (decimal): -5876893 or 6509478. OLE color: 6509478.
HSL color Cylindrical-coordinate representation of color #A65363: hue angle of 348.43º 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 #A65363 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 99 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.35 |
| HSL | 348.43º | 0.33% | 0.49% | - |
| HSV(B) | 348.43º | 0.5% | 0.65% | - |
| XYZ | 21.07 | 15.19 | 13.63 | - |
| YUV | 109.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 99 | 0 | 0.50 | 0.40 | 0.35 | 348.43 | 0.33 | 0.49 |
| Hex | A6 | 53 | 63 | 0 | 32 | 28 | 23 | 15C | 21 | 31 |
| Octal | 246 | 123 | 143 | 0 | 62 | 50 | 43 | 534 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1100011 | 0 | 110010 | 101000 | 100011 | 101011100 | 100001 | 110001 |
Color Harmonies of #A65363
Complementary color
Monochromatic Colors of #A65363
Black with #A65363
Text Example
Text Example
White with #A65363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65363; }
p { color: rgb(166,83,99); }
H1.HeaderClassName
{
color: #A65363;
}
.AnyTagClassName
{
color: #A65363;
}
</style>
background-color css
<style>
a { background-color: #A65363; }
a { background-color: rgb(166,83,99); }
div.DivClassName
{
background-color: #A65363;
}
.BgClassName
{
background-color: #A65363;
}
</style>
border-color css
<style>
span { border-color: #A65363; }
span { border-color: rgb(166,83,99); }
td.TdClassName
{
border-color: #A65363;
}
.TagClassName
{
border-color: #A65363;
}
</style>