Shades of Hippie Pink #A5525E
Tints of Hippie Pink #A5525E
RGB
CMYK
RGB Variations
Color information
#A5525E (or 0xA5525E) is known color: Hippie Pink. HEX triplet: A5, 52 and 5E. RGB value is (165,82,94). Sum of RGB (Red+Green+Blue) = 165+82+94=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5525E is #5AADA1. Grayscale: #6C6C6C. Windows color (decimal): -5942690 or 6181541. OLE color: 6181541.
HSL color Cylindrical-coordinate representation of color #A5525E: hue angle of 351.33º 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 #A5525E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 94 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.35 |
| HSL | 351.33º | 0.34% | 0.48% | - |
| HSV(B) | 351.33º | 0.5% | 0.65% | - |
| XYZ | 20.55 | 14.84 | 12.37 | - |
| YUV | 108.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 94 | 0 | 0.50 | 0.43 | 0.35 | 351.33 | 0.34 | 0.48 |
| Hex | A5 | 52 | 5E | 0 | 32 | 2B | 23 | 15F | 22 | 30 |
| Octal | 245 | 122 | 136 | 0 | 62 | 53 | 43 | 537 | 42 | 60 |
| Binary | 10100101 | 1010010 | 1011110 | 0 | 110010 | 101011 | 100011 | 101011111 | 100010 | 110000 |
Color Harmonies of #A5525E
Complementary color
Monochromatic Colors of #A5525E
Black with #A5525E
Text Example
Text Example
White with #A5525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5525E; }
p { color: rgb(165,82,94); }
H1.HeaderClassName
{
color: #A5525E;
}
.AnyTagClassName
{
color: #A5525E;
}
</style>
background-color css
<style>
a { background-color: #A5525E; }
a { background-color: rgb(165,82,94); }
div.DivClassName
{
background-color: #A5525E;
}
.BgClassName
{
background-color: #A5525E;
}
</style>
border-color css
<style>
span { border-color: #A5525E; }
span { border-color: rgb(165,82,94); }
td.TdClassName
{
border-color: #A5525E;
}
.TagClassName
{
border-color: #A5525E;
}
</style>