Shades of Hippie Pink #AB525B
Tints of Hippie Pink #AB525B
RGB
CMYK
RGB Variations
Color information
#AB525B (or 0xAB525B) is known color: Hippie Pink. HEX triplet: AB, 52 and 5B. RGB value is (171,82,91). Sum of RGB (Red+Green+Blue) = 171+82+91=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB525B is #54ADA4. Grayscale: #6D6D6D. Windows color (decimal): -5549477 or 5984939. OLE color: 5984939.
HSL color Cylindrical-coordinate representation of color #AB525B: hue angle of 353.93º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB525B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 91 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.33 |
| HSL | 353.93º | 0.35% | 0.5% | - |
| HSV(B) | 353.93º | 0.52% | 0.67% | - |
| XYZ | 21.7 | 15.45 | 11.74 | - |
| YUV | 109.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 91 | 0 | 0.52 | 0.47 | 0.33 | 353.93 | 0.35 | 0.5 |
| Hex | AB | 52 | 5B | 0 | 34 | 2F | 21 | 162 | 23 | 32 |
| Octal | 253 | 122 | 133 | 0 | 64 | 57 | 41 | 542 | 43 | 62 |
| Binary | 10101011 | 1010010 | 1011011 | 0 | 110100 | 101111 | 100001 | 101100010 | 100011 | 110010 |
Color Harmonies of #AB525B
Complementary color
Monochromatic Colors of #AB525B
Black with #AB525B
Text Example
Text Example
White with #AB525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB525B; }
p { color: rgb(171,82,91); }
H1.HeaderClassName
{
color: #AB525B;
}
.AnyTagClassName
{
color: #AB525B;
}
</style>
background-color css
<style>
a { background-color: #AB525B; }
a { background-color: rgb(171,82,91); }
div.DivClassName
{
background-color: #AB525B;
}
.BgClassName
{
background-color: #AB525B;
}
</style>
border-color css
<style>
span { border-color: #AB525B; }
span { border-color: rgb(171,82,91); }
td.TdClassName
{
border-color: #AB525B;
}
.TagClassName
{
border-color: #AB525B;
}
</style>