Shades of Hippie Pink #AC575A
Tints of Hippie Pink #AC575A
RGB
CMYK
RGB Variations
Color information
#AC575A (or 0xAC575A) is known color: Hippie Pink. HEX triplet: AC, 57 and 5A. RGB value is (172,87,90). Sum of RGB (Red+Green+Blue) = 172+87+90=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC575A is #53A8A5. Grayscale: #707070. Windows color (decimal): -5482662 or 5920684. OLE color: 5920684.
HSL color Cylindrical-coordinate representation of color #AC575A: hue angle of 357.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC575A is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 90 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.33 |
| HSL | 357.88º | 0.34% | 0.51% | - |
| HSV(B) | 357.88º | 0.49% | 0.67% | - |
| XYZ | 22.27 | 16.33 | 11.65 | - |
| YUV | 112.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 90 | 0 | 0.49 | 0.48 | 0.33 | 357.88 | 0.34 | 0.51 |
| Hex | AC | 57 | 5A | 0 | 31 | 30 | 21 | 166 | 22 | 33 |
| Octal | 254 | 127 | 132 | 0 | 61 | 60 | 41 | 546 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1011010 | 0 | 110001 | 110000 | 100001 | 101100110 | 100010 | 110011 |
Color Harmonies of #AC575A
Complementary color
Monochromatic Colors of #AC575A
Black with #AC575A
Text Example
Text Example
White with #AC575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC575A; }
p { color: rgb(172,87,90); }
H1.HeaderClassName
{
color: #AC575A;
}
.AnyTagClassName
{
color: #AC575A;
}
</style>
background-color css
<style>
a { background-color: #AC575A; }
a { background-color: rgb(172,87,90); }
div.DivClassName
{
background-color: #AC575A;
}
.BgClassName
{
background-color: #AC575A;
}
</style>
border-color css
<style>
span { border-color: #AC575A; }
span { border-color: rgb(172,87,90); }
td.TdClassName
{
border-color: #AC575A;
}
.TagClassName
{
border-color: #AC575A;
}
</style>