Shades of Hippie Pink #A64852
Tints of Hippie Pink #A64852
RGB
CMYK
RGB Variations
Color information
#A64852 (or 0xA64852) is known color: Hippie Pink. HEX triplet: A6, 48 and 52. RGB value is (166,72,82). Sum of RGB (Red+Green+Blue) = 166+72+82=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A64852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64852 is #59B7AD. Grayscale: #656565. Windows color (decimal): -5879726 or 5392550. OLE color: 5392550.
HSL color Cylindrical-coordinate representation of color #A64852: hue angle of 353.62º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64852 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 82 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.35 |
| HSL | 353.62º | 0.39% | 0.47% | - |
| HSV(B) | 353.62º | 0.57% | 0.65% | - |
| XYZ | 19.57 | 13.35 | 9.53 | - |
| YUV | 101.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 82 | 0 | 0.57 | 0.51 | 0.35 | 353.62 | 0.39 | 0.47 |
| Hex | A6 | 48 | 52 | 0 | 39 | 33 | 23 | 162 | 27 | 2F |
| Octal | 246 | 110 | 122 | 0 | 71 | 63 | 43 | 542 | 47 | 57 |
| Binary | 10100110 | 1001000 | 1010010 | 0 | 111001 | 110011 | 100011 | 101100010 | 100111 | 101111 |
Color Harmonies of #A64852
Complementary color
Monochromatic Colors of #A64852
Black with #A64852
Text Example
Text Example
White with #A64852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64852; }
p { color: rgb(166,72,82); }
H1.HeaderClassName
{
color: #A64852;
}
.AnyTagClassName
{
color: #A64852;
}
</style>
background-color css
<style>
a { background-color: #A64852; }
a { background-color: rgb(166,72,82); }
div.DivClassName
{
background-color: #A64852;
}
.BgClassName
{
background-color: #A64852;
}
</style>
border-color css
<style>
span { border-color: #A64852; }
span { border-color: rgb(166,72,82); }
td.TdClassName
{
border-color: #A64852;
}
.TagClassName
{
border-color: #A64852;
}
</style>