Shades of Hippie Pink #A5505E
Tints of Hippie Pink #A5505E
RGB
CMYK
RGB Variations
Color information
#A5505E (or 0xA5505E) is known color: Hippie Pink. HEX triplet: A5, 50 and 5E. RGB value is (165,80,94). Sum of RGB (Red+Green+Blue) = 165+80+94=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5505E is #5AAFA1. Grayscale: #6B6B6B. Windows color (decimal): -5943202 or 6181029. OLE color: 6181029.
HSL color Cylindrical-coordinate representation of color #A5505E: hue angle of 350.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5505E is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 94 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.35 |
| HSL | 350.12º | 0.35% | 0.48% | - |
| HSV(B) | 350.12º | 0.52% | 0.65% | - |
| XYZ | 20.41 | 14.54 | 12.32 | - |
| YUV | 107.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 94 | 0 | 0.52 | 0.43 | 0.35 | 350.12 | 0.35 | 0.48 |
| Hex | A5 | 50 | 5E | 0 | 34 | 2B | 23 | 15E | 23 | 30 |
| Octal | 245 | 120 | 136 | 0 | 64 | 53 | 43 | 536 | 43 | 60 |
| Binary | 10100101 | 1010000 | 1011110 | 0 | 110100 | 101011 | 100011 | 101011110 | 100011 | 110000 |
Color Harmonies of #A5505E
Complementary color
Monochromatic Colors of #A5505E
Black with #A5505E
Text Example
Text Example
White with #A5505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5505E; }
p { color: rgb(165,80,94); }
H1.HeaderClassName
{
color: #A5505E;
}
.AnyTagClassName
{
color: #A5505E;
}
</style>
background-color css
<style>
a { background-color: #A5505E; }
a { background-color: rgb(165,80,94); }
div.DivClassName
{
background-color: #A5505E;
}
.BgClassName
{
background-color: #A5505E;
}
</style>
border-color css
<style>
span { border-color: #A5505E; }
span { border-color: rgb(165,80,94); }
td.TdClassName
{
border-color: #A5505E;
}
.TagClassName
{
border-color: #A5505E;
}
</style>