Shades of Hippie Pink #AC435F
Tints of Hippie Pink #AC435F
RGB
CMYK
RGB Variations
Color information
#AC435F (or 0xAC435F) is known color: Hippie Pink. HEX triplet: AC, 43 and 5F. RGB value is (172,67,95). Sum of RGB (Red+Green+Blue) = 172+67+95=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC435F is #53BCA0. Grayscale: #656565. Windows color (decimal): -5487777 or 6243244. OLE color: 6243244.
HSL color Cylindrical-coordinate representation of color #AC435F: hue angle of 344º 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 #AC435F is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 95 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.33 |
| HSL | 344º | 0.44% | 0.47% | - |
| HSV(B) | 344º | 0.61% | 0.67% | - |
| XYZ | 21.09 | 13.61 | 12.34 | - |
| YUV | 101.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 95 | 0 | 0.61 | 0.45 | 0.33 | 344 | 0.44 | 0.47 |
| Hex | AC | 43 | 5F | 0 | 3D | 2D | 21 | 158 | 2C | 2F |
| Octal | 254 | 103 | 137 | 0 | 75 | 55 | 41 | 530 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1011111 | 0 | 111101 | 101101 | 100001 | 101011000 | 101100 | 101111 |
Color Harmonies of #AC435F
Complementary color
Monochromatic Colors of #AC435F
Black with #AC435F
Text Example
Text Example
White with #AC435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC435F; }
p { color: rgb(172,67,95); }
H1.HeaderClassName
{
color: #AC435F;
}
.AnyTagClassName
{
color: #AC435F;
}
</style>
background-color css
<style>
a { background-color: #AC435F; }
a { background-color: rgb(172,67,95); }
div.DivClassName
{
background-color: #AC435F;
}
.BgClassName
{
background-color: #AC435F;
}
</style>
border-color css
<style>
span { border-color: #AC435F; }
span { border-color: rgb(172,67,95); }
td.TdClassName
{
border-color: #AC435F;
}
.TagClassName
{
border-color: #AC435F;
}
</style>