Shades of Hippie Pink #AB535A
Tints of Hippie Pink #AB535A
RGB
CMYK
RGB Variations
Color information
#AB535A (or 0xAB535A) is known color: Hippie Pink. HEX triplet: AB, 53 and 5A. RGB value is (171,83,90). Sum of RGB (Red+Green+Blue) = 171+83+90=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB535A is #54ACA5. Grayscale: #6E6E6E. Windows color (decimal): -5549222 or 5919659. OLE color: 5919659.
HSL color Cylindrical-coordinate representation of color #AB535A: hue angle of 355.23º 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 #AB535A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 90 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.33 |
| HSL | 355.23º | 0.35% | 0.5% | - |
| HSV(B) | 355.23º | 0.51% | 0.67% | - |
| XYZ | 21.73 | 15.58 | 11.54 | - |
| YUV | 110.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 90 | 0 | 0.51 | 0.47 | 0.33 | 355.23 | 0.35 | 0.5 |
| Hex | AB | 53 | 5A | 0 | 33 | 2F | 21 | 163 | 23 | 32 |
| Octal | 253 | 123 | 132 | 0 | 63 | 57 | 41 | 543 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1011010 | 0 | 110011 | 101111 | 100001 | 101100011 | 100011 | 110010 |
Color Harmonies of #AB535A
Complementary color
Monochromatic Colors of #AB535A
Black with #AB535A
Text Example
Text Example
White with #AB535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB535A; }
p { color: rgb(171,83,90); }
H1.HeaderClassName
{
color: #AB535A;
}
.AnyTagClassName
{
color: #AB535A;
}
</style>
background-color css
<style>
a { background-color: #AB535A; }
a { background-color: rgb(171,83,90); }
div.DivClassName
{
background-color: #AB535A;
}
.BgClassName
{
background-color: #AB535A;
}
</style>
border-color css
<style>
span { border-color: #AB535A; }
span { border-color: rgb(171,83,90); }
td.TdClassName
{
border-color: #AB535A;
}
.TagClassName
{
border-color: #AB535A;
}
</style>