Shades of Hippie Pink #AC525C
Tints of Hippie Pink #AC525C
RGB
CMYK
RGB Variations
Color information
#AC525C (or 0xAC525C) is known color: Hippie Pink. HEX triplet: AC, 52 and 5C. RGB value is (172,82,92). Sum of RGB (Red+Green+Blue) = 172+82+92=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC525C is #53ADA3. Grayscale: #6E6E6E. Windows color (decimal): -5483940 or 6050476. OLE color: 6050476.
HSL color Cylindrical-coordinate representation of color #AC525C: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC525C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 82 | 92 | - |
CMYK | 0 | 0.52 | 0.47 | 0.33 |
HSL | 353.33º | 0.35% | 0.5% | - |
HSV(B) | 353.33º | 0.52% | 0.67% | - |
XYZ | 21.96 | 15.58 | 11.97 | - |
YUV | 110.05 | 117.82 | 172.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 82 | 92 | 0 | 0.52 | 0.47 | 0.33 | 353.33 | 0.35 | 0.5 |
Hex | AC | 52 | 5C | 0 | 34 | 2F | 21 | 161 | 23 | 32 |
Octal | 254 | 122 | 134 | 0 | 64 | 57 | 41 | 541 | 43 | 62 |
Binary | 10101100 | 1010010 | 1011100 | 0 | 110100 | 101111 | 100001 | 101100001 | 100011 | 110010 |
Color Harmonies of #AC525C
Complementary color
Monochromatic Colors of #AC525C
Black with #AC525C
Text Example
Text Example
White with #AC525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC525C; }
p { color: rgb(172,82,92); }
H1.HeaderClassName
{
color: #AC525C;
}
.AnyTagClassName
{
color: #AC525C;
}
</style>
background-color css
<style>
a { background-color: #AC525C; }
a { background-color: rgb(172,82,92); }
div.DivClassName
{
background-color: #AC525C;
}
.BgClassName
{
background-color: #AC525C;
}
</style>
border-color css
<style>
span { border-color: #AC525C; }
span { border-color: rgb(172,82,92); }
td.TdClassName
{
border-color: #AC525C;
}
.TagClassName
{
border-color: #AC525C;
}
</style>