Shades of Hippie Pink #A64B50
Tints of Hippie Pink #A64B50
RGB
CMYK
RGB Variations
Color information
#A64B50 (or 0xA64B50) is known color: Hippie Pink. HEX triplet: A6, 4B and 50. RGB value is (166,75,80). Sum of RGB (Red+Green+Blue) = 166+75+80=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B50 is #59B4AF. Grayscale: #666666. Windows color (decimal): -5878960 or 5262246. OLE color: 5262246.
HSL color Cylindrical-coordinate representation of color #A64B50: hue angle of 356.7º 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 #A64B50 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 80 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.35 |
| HSL | 356.7º | 0.38% | 0.47% | - |
| HSV(B) | 356.7º | 0.55% | 0.65% | - |
| XYZ | 19.69 | 13.72 | 9.2 | - |
| YUV | 102.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 80 | 0 | 0.55 | 0.52 | 0.35 | 356.7 | 0.38 | 0.47 |
| Hex | A6 | 4B | 50 | 0 | 37 | 34 | 23 | 165 | 26 | 2F |
| Octal | 246 | 113 | 120 | 0 | 67 | 64 | 43 | 545 | 46 | 57 |
| Binary | 10100110 | 1001011 | 1010000 | 0 | 110111 | 110100 | 100011 | 101100101 | 100110 | 101111 |
Color Harmonies of #A64B50
Complementary color
Monochromatic Colors of #A64B50
Black with #A64B50
Text Example
Text Example
White with #A64B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B50; }
p { color: rgb(166,75,80); }
H1.HeaderClassName
{
color: #A64B50;
}
.AnyTagClassName
{
color: #A64B50;
}
</style>
background-color css
<style>
a { background-color: #A64B50; }
a { background-color: rgb(166,75,80); }
div.DivClassName
{
background-color: #A64B50;
}
.BgClassName
{
background-color: #A64B50;
}
</style>
border-color css
<style>
span { border-color: #A64B50; }
span { border-color: rgb(166,75,80); }
td.TdClassName
{
border-color: #A64B50;
}
.TagClassName
{
border-color: #A64B50;
}
</style>