Shades of Hippie Pink #A6535B
Tints of Hippie Pink #A6535B
RGB
CMYK
RGB Variations
Color information
#A6535B (or 0xA6535B) is known color: Hippie Pink. HEX triplet: A6, 53 and 5B. RGB value is (166,83,91). Sum of RGB (Red+Green+Blue) = 166+83+91=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6535B is #59ACA4. Grayscale: #6C6C6C. Windows color (decimal): -5876901 or 5985190. OLE color: 5985190.
HSL color Cylindrical-coordinate representation of color #A6535B: hue angle of 354.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6535B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 91 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.35 |
| HSL | 354.22º | 0.33% | 0.49% | - |
| HSV(B) | 354.22º | 0.5% | 0.65% | - |
| XYZ | 20.71 | 15.05 | 11.71 | - |
| YUV | 108.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 91 | 0 | 0.50 | 0.45 | 0.35 | 354.22 | 0.33 | 0.49 |
| Hex | A6 | 53 | 5B | 0 | 32 | 2D | 23 | 162 | 21 | 31 |
| Octal | 246 | 123 | 133 | 0 | 62 | 55 | 43 | 542 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1011011 | 0 | 110010 | 101101 | 100011 | 101100010 | 100001 | 110001 |
Color Harmonies of #A6535B
Complementary color
Monochromatic Colors of #A6535B
Black with #A6535B
Text Example
Text Example
White with #A6535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6535B; }
p { color: rgb(166,83,91); }
H1.HeaderClassName
{
color: #A6535B;
}
.AnyTagClassName
{
color: #A6535B;
}
</style>
background-color css
<style>
a { background-color: #A6535B; }
a { background-color: rgb(166,83,91); }
div.DivClassName
{
background-color: #A6535B;
}
.BgClassName
{
background-color: #A6535B;
}
</style>
border-color css
<style>
span { border-color: #A6535B; }
span { border-color: rgb(166,83,91); }
td.TdClassName
{
border-color: #A6535B;
}
.TagClassName
{
border-color: #A6535B;
}
</style>