Shades of Hippie Pink #A64953
Tints of Hippie Pink #A64953
RGB
CMYK
RGB Variations
Color information
#A64953 (or 0xA64953) is known color: Hippie Pink. HEX triplet: A6, 49 and 53. RGB value is (166,73,83). Sum of RGB (Red+Green+Blue) = 166+73+83=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A64953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64953 is #59B6AC. Grayscale: #666666. Windows color (decimal): -5879469 or 5458342. OLE color: 5458342.
HSL color Cylindrical-coordinate representation of color #A64953: hue angle of 353.55º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64953 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 83 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.35 |
| HSL | 353.55º | 0.39% | 0.47% | - |
| HSV(B) | 353.55º | 0.56% | 0.65% | - |
| XYZ | 19.67 | 13.5 | 9.75 | - |
| YUV | 101.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 83 | 0 | 0.56 | 0.50 | 0.35 | 353.55 | 0.39 | 0.47 |
| Hex | A6 | 49 | 53 | 0 | 38 | 32 | 23 | 162 | 27 | 2F |
| Octal | 246 | 111 | 123 | 0 | 70 | 62 | 43 | 542 | 47 | 57 |
| Binary | 10100110 | 1001001 | 1010011 | 0 | 111000 | 110010 | 100011 | 101100010 | 100111 | 101111 |
Color Harmonies of #A64953
Complementary color
Monochromatic Colors of #A64953
Black with #A64953
Text Example
Text Example
White with #A64953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64953; }
p { color: rgb(166,73,83); }
H1.HeaderClassName
{
color: #A64953;
}
.AnyTagClassName
{
color: #A64953;
}
</style>
background-color css
<style>
a { background-color: #A64953; }
a { background-color: rgb(166,73,83); }
div.DivClassName
{
background-color: #A64953;
}
.BgClassName
{
background-color: #A64953;
}
</style>
border-color css
<style>
span { border-color: #A64953; }
span { border-color: rgb(166,73,83); }
td.TdClassName
{
border-color: #A64953;
}
.TagClassName
{
border-color: #A64953;
}
</style>