Shades of Hippie Pink #AC425B
Tints of Hippie Pink #AC425B
RGB
CMYK
RGB Variations
Color information
#AC425B (or 0xAC425B) is known color: Hippie Pink. HEX triplet: AC, 42 and 5B. RGB value is (172,66,91). Sum of RGB (Red+Green+Blue) = 172+66+91=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC425B is #53BDA4. Grayscale: #646464. Windows color (decimal): -5488037 or 5980844. OLE color: 5980844.
HSL color Cylindrical-coordinate representation of color #AC425B: hue angle of 345.85º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC425B is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 91 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.33 |
| HSL | 345.85º | 0.45% | 0.47% | - |
| HSV(B) | 345.85º | 0.62% | 0.67% | - |
| XYZ | 20.85 | 13.42 | 11.39 | - |
| YUV | 100.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 91 | 0 | 0.62 | 0.47 | 0.33 | 345.85 | 0.45 | 0.47 |
| Hex | AC | 42 | 5B | 0 | 3E | 2F | 21 | 15A | 2D | 2F |
| Octal | 254 | 102 | 133 | 0 | 76 | 57 | 41 | 532 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1011011 | 0 | 111110 | 101111 | 100001 | 101011010 | 101101 | 101111 |
Color Harmonies of #AC425B
Complementary color
Monochromatic Colors of #AC425B
Black with #AC425B
Text Example
Text Example
White with #AC425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC425B; }
p { color: rgb(172,66,91); }
H1.HeaderClassName
{
color: #AC425B;
}
.AnyTagClassName
{
color: #AC425B;
}
</style>
background-color css
<style>
a { background-color: #AC425B; }
a { background-color: rgb(172,66,91); }
div.DivClassName
{
background-color: #AC425B;
}
.BgClassName
{
background-color: #AC425B;
}
</style>
border-color css
<style>
span { border-color: #AC425B; }
span { border-color: rgb(172,66,91); }
td.TdClassName
{
border-color: #AC425B;
}
.TagClassName
{
border-color: #AC425B;
}
</style>