Shades of Hippie Pink #A6585C
Tints of Hippie Pink #A6585C
RGB
CMYK
RGB Variations
Color information
#A6585C (or 0xA6585C) is known color: Hippie Pink. HEX triplet: A6, 58 and 5C. RGB value is (166,88,92). Sum of RGB (Red+Green+Blue) = 166+88+92=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6585C is #59A7A3. Grayscale: #6F6F6F. Windows color (decimal): -5875620 or 6052006. OLE color: 6052006.
HSL color Cylindrical-coordinate representation of color #A6585C: hue angle of 356.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6585C is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 92 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.35 |
| HSL | 356.92º | 0.31% | 0.5% | - |
| HSV(B) | 356.92º | 0.47% | 0.65% | - |
| XYZ | 21.15 | 15.86 | 12.07 | - |
| YUV | 111.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 92 | 0 | 0.47 | 0.45 | 0.35 | 356.92 | 0.31 | 0.5 |
| Hex | A6 | 58 | 5C | 0 | 2F | 2D | 23 | 165 | 1F | 32 |
| Octal | 246 | 130 | 134 | 0 | 57 | 55 | 43 | 545 | 37 | 62 |
| Binary | 10100110 | 1011000 | 1011100 | 0 | 101111 | 101101 | 100011 | 101100101 | 11111 | 110010 |
Color Harmonies of #A6585C
Complementary color
Monochromatic Colors of #A6585C
Black with #A6585C
Text Example
Text Example
White with #A6585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6585C; }
p { color: rgb(166,88,92); }
H1.HeaderClassName
{
color: #A6585C;
}
.AnyTagClassName
{
color: #A6585C;
}
</style>
background-color css
<style>
a { background-color: #A6585C; }
a { background-color: rgb(166,88,92); }
div.DivClassName
{
background-color: #A6585C;
}
.BgClassName
{
background-color: #A6585C;
}
</style>
border-color css
<style>
span { border-color: #A6585C; }
span { border-color: rgb(166,88,92); }
td.TdClassName
{
border-color: #A6585C;
}
.TagClassName
{
border-color: #A6585C;
}
</style>