Shades of Hippie Pink #AB545B
Tints of Hippie Pink #AB545B
RGB
CMYK
RGB Variations
Color information
#AB545B (or 0xAB545B) is known color: Hippie Pink. HEX triplet: AB, 54 and 5B. RGB value is (171,84,91). Sum of RGB (Red+Green+Blue) = 171+84+91=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB545B is #54ABA4. Grayscale: #6E6E6E. Windows color (decimal): -5548965 or 5985451. OLE color: 5985451.
HSL color Cylindrical-coordinate representation of color #AB545B: hue angle of 355.17º degrees, saturation: 0.34, 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 #AB545B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 91 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.33 |
| HSL | 355.17º | 0.34% | 0.5% | - |
| HSV(B) | 355.17º | 0.51% | 0.67% | - |
| XYZ | 21.85 | 15.75 | 11.79 | - |
| YUV | 110.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 91 | 0 | 0.51 | 0.47 | 0.33 | 355.17 | 0.34 | 0.5 |
| Hex | AB | 54 | 5B | 0 | 33 | 2F | 21 | 163 | 22 | 32 |
| Octal | 253 | 124 | 133 | 0 | 63 | 57 | 41 | 543 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1011011 | 0 | 110011 | 101111 | 100001 | 101100011 | 100010 | 110010 |
Color Harmonies of #AB545B
Complementary color
Monochromatic Colors of #AB545B
Black with #AB545B
Text Example
Text Example
White with #AB545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB545B; }
p { color: rgb(171,84,91); }
H1.HeaderClassName
{
color: #AB545B;
}
.AnyTagClassName
{
color: #AB545B;
}
</style>
background-color css
<style>
a { background-color: #AB545B; }
a { background-color: rgb(171,84,91); }
div.DivClassName
{
background-color: #AB545B;
}
.BgClassName
{
background-color: #AB545B;
}
</style>
border-color css
<style>
span { border-color: #AB545B; }
span { border-color: rgb(171,84,91); }
td.TdClassName
{
border-color: #AB545B;
}
.TagClassName
{
border-color: #AB545B;
}
</style>