Shades of Hippie Pink #A64B51
Tints of Hippie Pink #A64B51
RGB
CMYK
RGB Variations
Color information
#A64B51 (or 0xA64B51) is known color: Hippie Pink. HEX triplet: A6, 4B and 51. RGB value is (166,75,81). Sum of RGB (Red+Green+Blue) = 166+75+81=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B51 is #59B4AE. Grayscale: #666666. Windows color (decimal): -5878959 or 5327782. OLE color: 5327782.
HSL color Cylindrical-coordinate representation of color #A64B51: hue angle of 356.04º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B51 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 81 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.35 |
| HSL | 356.04º | 0.38% | 0.47% | - |
| HSV(B) | 356.04º | 0.55% | 0.65% | - |
| XYZ | 19.73 | 13.73 | 9.4 | - |
| YUV | 102.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 81 | 0 | 0.55 | 0.51 | 0.35 | 356.04 | 0.38 | 0.47 |
| Hex | A6 | 4B | 51 | 0 | 37 | 33 | 23 | 164 | 26 | 2F |
| Octal | 246 | 113 | 121 | 0 | 67 | 63 | 43 | 544 | 46 | 57 |
| Binary | 10100110 | 1001011 | 1010001 | 0 | 110111 | 110011 | 100011 | 101100100 | 100110 | 101111 |
Color Harmonies of #A64B51
Complementary color
Monochromatic Colors of #A64B51
Black with #A64B51
Text Example
Text Example
White with #A64B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B51; }
p { color: rgb(166,75,81); }
H1.HeaderClassName
{
color: #A64B51;
}
.AnyTagClassName
{
color: #A64B51;
}
</style>
background-color css
<style>
a { background-color: #A64B51; }
a { background-color: rgb(166,75,81); }
div.DivClassName
{
background-color: #A64B51;
}
.BgClassName
{
background-color: #A64B51;
}
</style>
border-color css
<style>
span { border-color: #A64B51; }
span { border-color: rgb(166,75,81); }
td.TdClassName
{
border-color: #A64B51;
}
.TagClassName
{
border-color: #A64B51;
}
</style>