Shades of Hippie Pink #AC435A
Tints of Hippie Pink #AC435A
RGB
CMYK
RGB Variations
Color information
#AC435A (or 0xAC435A) is known color: Hippie Pink. HEX triplet: AC, 43 and 5A. RGB value is (172,67,90). Sum of RGB (Red+Green+Blue) = 172+67+90=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC435A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC435A is #53BCA5. Grayscale: #656565. Windows color (decimal): -5487782 or 5915564. OLE color: 5915564.
HSL color Cylindrical-coordinate representation of color #AC435A: hue angle of 346.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC435A is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 90 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.33 |
| HSL | 346.86º | 0.44% | 0.47% | - |
| HSV(B) | 346.86º | 0.61% | 0.67% | - |
| XYZ | 20.87 | 13.52 | 11.18 | - |
| YUV | 101.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 90 | 0 | 0.61 | 0.48 | 0.33 | 346.86 | 0.44 | 0.47 |
| Hex | AC | 43 | 5A | 0 | 3D | 30 | 21 | 15B | 2C | 2F |
| Octal | 254 | 103 | 132 | 0 | 75 | 60 | 41 | 533 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1011010 | 0 | 111101 | 110000 | 100001 | 101011011 | 101100 | 101111 |
Color Harmonies of #AC435A
Complementary color
Monochromatic Colors of #AC435A
Black with #AC435A
Text Example
Text Example
White with #AC435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC435A; }
p { color: rgb(172,67,90); }
H1.HeaderClassName
{
color: #AC435A;
}
.AnyTagClassName
{
color: #AC435A;
}
</style>
background-color css
<style>
a { background-color: #AC435A; }
a { background-color: rgb(172,67,90); }
div.DivClassName
{
background-color: #AC435A;
}
.BgClassName
{
background-color: #AC435A;
}
</style>
border-color css
<style>
span { border-color: #AC435A; }
span { border-color: rgb(172,67,90); }
td.TdClassName
{
border-color: #AC435A;
}
.TagClassName
{
border-color: #AC435A;
}
</style>