Shades of Hippie Pink #AC465A
Tints of Hippie Pink #AC465A
RGB
CMYK
RGB Variations
Color information
#AC465A (or 0xAC465A) is known color: Hippie Pink. HEX triplet: AC, 46 and 5A. RGB value is (172,70,90). Sum of RGB (Red+Green+Blue) = 172+70+90=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC465A is #53B9A5. Grayscale: #666666. Windows color (decimal): -5487014 or 5916332. OLE color: 5916332.
HSL color Cylindrical-coordinate representation of color #AC465A: hue angle of 348.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC465A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 90 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.33 |
| HSL | 348.24º | 0.42% | 0.47% | - |
| HSV(B) | 348.24º | 0.59% | 0.67% | - |
| XYZ | 21.05 | 13.89 | 11.24 | - |
| YUV | 102.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 90 | 0 | 0.59 | 0.48 | 0.33 | 348.24 | 0.42 | 0.47 |
| Hex | AC | 46 | 5A | 0 | 3B | 30 | 21 | 15C | 2A | 2F |
| Octal | 254 | 106 | 132 | 0 | 73 | 60 | 41 | 534 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1011010 | 0 | 111011 | 110000 | 100001 | 101011100 | 101010 | 101111 |
Color Harmonies of #AC465A
Complementary color
Monochromatic Colors of #AC465A
Black with #AC465A
Text Example
Text Example
White with #AC465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC465A; }
p { color: rgb(172,70,90); }
H1.HeaderClassName
{
color: #AC465A;
}
.AnyTagClassName
{
color: #AC465A;
}
</style>
background-color css
<style>
a { background-color: #AC465A; }
a { background-color: rgb(172,70,90); }
div.DivClassName
{
background-color: #AC465A;
}
.BgClassName
{
background-color: #AC465A;
}
</style>
border-color css
<style>
span { border-color: #AC465A; }
span { border-color: rgb(172,70,90); }
td.TdClassName
{
border-color: #AC465A;
}
.TagClassName
{
border-color: #AC465A;
}
</style>