Shades of Hippie Pink #AB545C
Tints of Hippie Pink #AB545C
RGB
CMYK
RGB Variations
Color information
#AB545C (or 0xAB545C) is known color: Hippie Pink. HEX triplet: AB, 54 and 5C. RGB value is (171,84,92). Sum of RGB (Red+Green+Blue) = 171+84+92=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB545C is #54ABA3. Grayscale: #6E6E6E. Windows color (decimal): -5548964 or 6050987. OLE color: 6050987.
HSL color Cylindrical-coordinate representation of color #AB545C: hue angle of 354.48º 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 #AB545C is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 92 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.33 |
| HSL | 354.48º | 0.34% | 0.5% | - |
| HSV(B) | 354.48º | 0.51% | 0.67% | - |
| XYZ | 21.9 | 15.77 | 12.02 | - |
| YUV | 110.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 92 | 0 | 0.51 | 0.46 | 0.33 | 354.48 | 0.34 | 0.5 |
| Hex | AB | 54 | 5C | 0 | 33 | 2E | 21 | 162 | 22 | 32 |
| Octal | 253 | 124 | 134 | 0 | 63 | 56 | 41 | 542 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1011100 | 0 | 110011 | 101110 | 100001 | 101100010 | 100010 | 110010 |
Color Harmonies of #AB545C
Complementary color
Monochromatic Colors of #AB545C
Black with #AB545C
Text Example
Text Example
White with #AB545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB545C; }
p { color: rgb(171,84,92); }
H1.HeaderClassName
{
color: #AB545C;
}
.AnyTagClassName
{
color: #AB545C;
}
</style>
background-color css
<style>
a { background-color: #AB545C; }
a { background-color: rgb(171,84,92); }
div.DivClassName
{
background-color: #AB545C;
}
.BgClassName
{
background-color: #AB545C;
}
</style>
border-color css
<style>
span { border-color: #AB545C; }
span { border-color: rgb(171,84,92); }
td.TdClassName
{
border-color: #AB545C;
}
.TagClassName
{
border-color: #AB545C;
}
</style>