Shades of Hippie Pink #AB535E
Tints of Hippie Pink #AB535E
RGB
CMYK
RGB Variations
Color information
#AB535E (or 0xAB535E) is known color: Hippie Pink. HEX triplet: AB, 53 and 5E. RGB value is (171,83,94). Sum of RGB (Red+Green+Blue) = 171+83+94=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB535E is #54ACA1. Grayscale: #6E6E6E. Windows color (decimal): -5549218 or 6181803. OLE color: 6181803.
HSL color Cylindrical-coordinate representation of color #AB535E: hue angle of 352.5º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB535E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 94 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.33 |
| HSL | 352.5º | 0.35% | 0.5% | - |
| HSV(B) | 352.5º | 0.51% | 0.67% | - |
| XYZ | 21.91 | 15.65 | 12.46 | - |
| YUV | 110.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 94 | 0 | 0.51 | 0.45 | 0.33 | 352.5 | 0.35 | 0.5 |
| Hex | AB | 53 | 5E | 0 | 33 | 2D | 21 | 160 | 23 | 32 |
| Octal | 253 | 123 | 136 | 0 | 63 | 55 | 41 | 540 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1011110 | 0 | 110011 | 101101 | 100001 | 101100000 | 100011 | 110010 |
Color Harmonies of #AB535E
Complementary color
Monochromatic Colors of #AB535E
Black with #AB535E
Text Example
Text Example
White with #AB535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB535E; }
p { color: rgb(171,83,94); }
H1.HeaderClassName
{
color: #AB535E;
}
.AnyTagClassName
{
color: #AB535E;
}
</style>
background-color css
<style>
a { background-color: #AB535E; }
a { background-color: rgb(171,83,94); }
div.DivClassName
{
background-color: #AB535E;
}
.BgClassName
{
background-color: #AB535E;
}
</style>
border-color css
<style>
span { border-color: #AB535E; }
span { border-color: rgb(171,83,94); }
td.TdClassName
{
border-color: #AB535E;
}
.TagClassName
{
border-color: #AB535E;
}
</style>