Shades of Hippie Pink #A6555B
Tints of Hippie Pink #A6555B
RGB
CMYK
RGB Variations
Color information
#A6555B (or 0xA6555B) is known color: Hippie Pink. HEX triplet: A6, 55 and 5B. RGB value is (166,85,91). Sum of RGB (Red+Green+Blue) = 166+85+91=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6555B is #59AAA4. Grayscale: #6D6D6D. Windows color (decimal): -5876389 or 5985702. OLE color: 5985702.
HSL color Cylindrical-coordinate representation of color #A6555B: hue angle of 355.56º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6555B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 91 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.35 |
| HSL | 355.56º | 0.32% | 0.49% | - |
| HSV(B) | 355.56º | 0.49% | 0.65% | - |
| XYZ | 20.86 | 15.36 | 11.76 | - |
| YUV | 109.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 91 | 0 | 0.49 | 0.45 | 0.35 | 355.56 | 0.32 | 0.49 |
| Hex | A6 | 55 | 5B | 0 | 31 | 2D | 23 | 164 | 20 | 31 |
| Octal | 246 | 125 | 133 | 0 | 61 | 55 | 43 | 544 | 40 | 61 |
| Binary | 10100110 | 1010101 | 1011011 | 0 | 110001 | 101101 | 100011 | 101100100 | 100000 | 110001 |
Color Harmonies of #A6555B
Complementary color
Monochromatic Colors of #A6555B
Black with #A6555B
Text Example
Text Example
White with #A6555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6555B; }
p { color: rgb(166,85,91); }
H1.HeaderClassName
{
color: #A6555B;
}
.AnyTagClassName
{
color: #A6555B;
}
</style>
background-color css
<style>
a { background-color: #A6555B; }
a { background-color: rgb(166,85,91); }
div.DivClassName
{
background-color: #A6555B;
}
.BgClassName
{
background-color: #A6555B;
}
</style>
border-color css
<style>
span { border-color: #A6555B; }
span { border-color: rgb(166,85,91); }
td.TdClassName
{
border-color: #A6555B;
}
.TagClassName
{
border-color: #A6555B;
}
</style>