Shades of Hippie Pink #A6445D
Tints of Hippie Pink #A6445D
RGB
CMYK
RGB Variations
Color information
#A6445D (or 0xA6445D) is known color: Hippie Pink. HEX triplet: A6, 44 and 5D. RGB value is (166,68,93). Sum of RGB (Red+Green+Blue) = 166+68+93=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6445D is #59BBA2. Grayscale: #646464. Windows color (decimal): -5880739 or 6112422. OLE color: 6112422.
HSL color Cylindrical-coordinate representation of color #A6445D: hue angle of 344.69º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6445D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 93 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.35 |
| HSL | 344.69º | 0.42% | 0.46% | - |
| HSV(B) | 344.69º | 0.59% | 0.65% | - |
| XYZ | 19.77 | 13.03 | 11.83 | - |
| YUV | 100.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 93 | 0 | 0.59 | 0.44 | 0.35 | 344.69 | 0.42 | 0.46 |
| Hex | A6 | 44 | 5D | 0 | 3B | 2C | 23 | 159 | 2A | 2E |
| Octal | 246 | 104 | 135 | 0 | 73 | 54 | 43 | 531 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1011101 | 0 | 111011 | 101100 | 100011 | 101011001 | 101010 | 101110 |
Color Harmonies of #A6445D
Complementary color
Monochromatic Colors of #A6445D
Black with #A6445D
Text Example
Text Example
White with #A6445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6445D; }
p { color: rgb(166,68,93); }
H1.HeaderClassName
{
color: #A6445D;
}
.AnyTagClassName
{
color: #A6445D;
}
</style>
background-color css
<style>
a { background-color: #A6445D; }
a { background-color: rgb(166,68,93); }
div.DivClassName
{
background-color: #A6445D;
}
.BgClassName
{
background-color: #A6445D;
}
</style>
border-color css
<style>
span { border-color: #A6445D; }
span { border-color: rgb(166,68,93); }
td.TdClassName
{
border-color: #A6445D;
}
.TagClassName
{
border-color: #A6445D;
}
</style>