Shades of Hippie Pink #A5525C
Tints of Hippie Pink #A5525C
RGB
CMYK
RGB Variations
Color information
#A5525C (or 0xA5525C) is known color: Hippie Pink. HEX triplet: A5, 52 and 5C. RGB value is (165,82,92). Sum of RGB (Red+Green+Blue) = 165+82+92=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5525C is #5AADA3. Grayscale: #6C6C6C. Windows color (decimal): -5942692 or 6050469. OLE color: 6050469.
HSL color Cylindrical-coordinate representation of color #A5525C: hue angle of 352.77º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5525C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 92 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.35 |
| HSL | 352.77º | 0.34% | 0.48% | - |
| HSV(B) | 352.77º | 0.5% | 0.65% | - |
| XYZ | 20.47 | 14.81 | 11.9 | - |
| YUV | 107.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 92 | 0 | 0.50 | 0.44 | 0.35 | 352.77 | 0.34 | 0.48 |
| Hex | A5 | 52 | 5C | 0 | 32 | 2C | 23 | 161 | 22 | 30 |
| Octal | 245 | 122 | 134 | 0 | 62 | 54 | 43 | 541 | 42 | 60 |
| Binary | 10100101 | 1010010 | 1011100 | 0 | 110010 | 101100 | 100011 | 101100001 | 100010 | 110000 |
Color Harmonies of #A5525C
Complementary color
Monochromatic Colors of #A5525C
Black with #A5525C
Text Example
Text Example
White with #A5525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5525C; }
p { color: rgb(165,82,92); }
H1.HeaderClassName
{
color: #A5525C;
}
.AnyTagClassName
{
color: #A5525C;
}
</style>
background-color css
<style>
a { background-color: #A5525C; }
a { background-color: rgb(165,82,92); }
div.DivClassName
{
background-color: #A5525C;
}
.BgClassName
{
background-color: #A5525C;
}
</style>
border-color css
<style>
span { border-color: #A5525C; }
span { border-color: rgb(165,82,92); }
td.TdClassName
{
border-color: #A5525C;
}
.TagClassName
{
border-color: #A5525C;
}
</style>